Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump addressable from 2.7.0 to 2.8.0 #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 13 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@ PATH
specs:
gataloger (0.1.0)
activesupport (>= 3.0.0)
carmen
methadone (~> 1.9.5)
roo
roo-xls
rubyzip

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.0)
activesupport (6.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
addressable (2.7.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aruba (0.14.11)
childprocess (>= 0.6.3, < 3.0.0)
Expand All @@ -30,11 +26,9 @@ GEM
backports (3.15.0)
builder (3.2.3)
byebug (11.0.1)
carmen (1.1.3)
activesupport (>= 3.0.0)
childprocess (2.0.0)
rake (< 13.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.9)
contracts (0.16.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand All @@ -58,27 +52,17 @@ GEM
ffi (1.11.1)
gherkin (5.1.0)
hashdiff (1.0.0)
i18n (1.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
methadone (1.9.5)
bundler
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.4)
multi_json (1.13.1)
multi_test (0.1.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
power_assert (1.1.5)
public_suffix (4.0.1)
public_suffix (4.0.6)
rake (10.5.0)
rdoc (6.2.0)
roo (2.8.2)
nokogiri (~> 1)
rubyzip (>= 1.2.1, < 2.0.0)
roo-xls (1.2.0)
nokogiri
roo (>= 2.0.0, < 3)
spreadsheet (> 0.9.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -92,23 +76,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
ruby-ole (1.2.12.2)
rubyzip (1.2.4)
safe_yaml (1.0.5)
spreadsheet (1.2.4)
ruby-ole (>= 1.0)
test-unit (3.3.3)
power_assert
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
vcr (5.0.0)
webmock (3.7.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.1.10)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down