diff --git a/Gemfile.lock b/Gemfile.lock index dcaa14e..c7874f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,23 +2,22 @@ PATH remote: . specs: airship-ruby (0.1.5) - activesupport (~> 6.1) + activesupport (>= 6.1, < 8.0) faraday (~> 2.7) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6.1) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crack (0.4.5) rexml diff-lcs (1.5.0) @@ -43,7 +42,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.0.1) - i18n (1.11.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.2) listen (3.7.1) @@ -51,7 +50,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - minitest (5.16.2) + minitest (5.18.1) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) @@ -101,14 +100,13 @@ GEM ruby2_keywords (0.0.5) shellany (0.0.1) thor (1.2.1) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.0) PLATFORMS arm64-darwin-21 diff --git a/airship-ruby.gemspec b/airship-ruby.gemspec index 68129f3..de21ecf 100644 --- a/airship-ruby.gemspec +++ b/airship-ruby.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'activesupport', '~> 6.1' + spec.add_dependency 'activesupport', '>= 6.1', '< 8.0' spec.add_dependency 'faraday', '~> 2.7' spec.add_development_dependency 'bundler', '~> 2.3'