Skip to content

Commit

Permalink
Update activesupport to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quadule committed Oct 24, 2023
1 parent 670d47a commit fbc99d7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
22 changes: 15 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cased-ruby (0.8.0)
activesupport (>= 6.1, <= 7.1)
activesupport (>= 6.1, < 8)
dotpath (~> 0.1.0)
faraday (~> 2.0)
json (~> 2.5.1)
Expand All @@ -14,33 +14,42 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
byebug (11.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
crack (0.4.5)
rexml
docile (1.4.0)
dotpath (0.1.0)
drb (2.1.1)
ruby2_keywords
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
hashdiff (1.0.1)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
jwt (2.7.1)
minitest (5.14.4)
mocha (1.13.0)
mutex_m (0.1.2)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
parallel (1.20.1)
Expand Down Expand Up @@ -93,7 +102,7 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
webmock (3.14.0)
Expand All @@ -102,7 +111,6 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
wisper (2.0.1)
yard (0.9.26)
zeitwerk (2.6.8)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion cased-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.7.0'

spec.add_dependency 'activesupport', '>= 6.1', '<= 7.1'
spec.add_dependency 'activesupport', '>= 6.1', '< 8'
spec.add_dependency 'dotpath', '~> 0.1.0'
spec.add_dependency 'faraday', '~> 2.0'
spec.add_dependency 'json', '~> 2.5.1'
Expand Down
16 changes: 13 additions & 3 deletions gemfile-locks/Gemfile-activesupport-71.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cased-ruby (0.8.0)
activesupport (>= 6.1, < 7.1)
activesupport (>= 6.1, < 8)
dotpath (~> 0.1.0)
faraday (~> 2.0)
json (~> 2.5.1)
Expand All @@ -14,21 +14,30 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
docile (1.4.0)
dotpath (0.1.0)
drb (2.1.1)
ruby2_keywords
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
Expand All @@ -40,6 +49,7 @@ GEM
jwt (2.7.1)
minitest (5.14.4)
mocha (1.13.0)
mutex_m (0.1.2)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
parallel (1.20.1)
Expand Down

0 comments on commit fbc99d7

Please sign in to comment.