diff --git a/Gemfile.lock b/Gemfile.lock index 46d4053..1fd72fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: stone-ruby (0.1.3) - activesupport (~> 4.2) + activesupport (>= 4.2, < 8.0) dry-configurable (~> 0.8.3) dry-struct (~> 0.7) typhoeus (~> 1.0.2) @@ -10,24 +10,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.3) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) ast (2.4.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) diff-lcs (1.3) dry-configurable (0.8.3) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) - dry-container (0.7.2) + dry-container (0.11.0) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.9) + dry-core (0.9.1) concurrent-ruby (~> 1.0) - dry-equalizer (0.2.2) - dry-inflector (0.1.2) + zeitwerk (~> 2.6) + dry-equalizer (0.3.0) + dry-inflector (0.3.0) dry-logic (0.6.1) concurrent-ruby (~> 1.0) dry-core (~> 0.2) @@ -44,14 +44,14 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 0.5, >= 0.5) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) ffi (1.15.5) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) jaro_winkler (1.5.4) - minitest (5.15.0) + minitest (5.18.0) parallel (1.19.1) parser (3.0.0.0) ast (~> 2.4.1) @@ -81,12 +81,12 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) - thread_safe (0.3.6) typhoeus (1.0.2) ethon (>= 0.9.0) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.1) + zeitwerk (2.6.7) PLATFORMS ruby diff --git a/stone-ruby.gemspec b/stone-ruby.gemspec index e31ec21..293ec44 100644 --- a/stone-ruby.gemspec +++ b/stone-ruby.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'dry-configurable', '~> 0.8.3' spec.add_dependency 'dry-struct', '~> 0.7' spec.add_dependency 'typhoeus', '~> 1.0.2' - spec.add_dependency 'activesupport', '~> 4.2' + spec.add_dependency 'activesupport', '>= 4.2', '< 8.0' spec.add_development_dependency 'bundler', '~> 1.17' spec.add_development_dependency 'rake', '~> 10.0'