From 6053074077d4b4e5626442558cb854ddbea9a074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 08:31:00 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.1 to >= 6.1, < 8.0 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.6.1...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++-------- airship-ruby.gemspec | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3e24934..09ab1fe 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 (~> 1.10) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6.1) + activesupport (7.0.4.2) 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.0) crack (0.4.5) rexml diff-lcs (1.5.0) @@ -62,7 +61,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.0.1) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.2) listen (3.7.1) @@ -70,7 +69,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - minitest (5.16.2) + minitest (5.17.0) multipart-post (2.2.3) nenv (0.3.0) notiffany (0.1.3) @@ -121,14 +120,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 53b237a..c7b2966 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', '~> 1.10' spec.add_development_dependency 'bundler', '~> 2.3'