From 668fff297d138f3ed266941dd97c2d5e78f9f27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 02:28:27 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0, >= 6.0.3.2 to >= 6.0.3.2, < 8 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.0.3.4...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 ++++++++++------------- dualcache.gemspec | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa3b2ef..93423e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,21 @@ PATH remote: . specs: dual_cache (0.1.0) - activesupport (~> 6.0, >= 6.0.3.2) + activesupport (>= 6.0.3.2, < 8) GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.7) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.2.0) diff-lcs (1.3) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.14.2) + minitest (5.17.0) rake (13.0.1) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -32,10 +31,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - thread_safe (0.3.6) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/dualcache.gemspec b/dualcache.gemspec index 6b58db8..c6c3605 100644 --- a/dualcache.gemspec +++ b/dualcache.gemspec @@ -30,7 +30,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.0", ">= 6.0.3.2" + spec.add_dependency "activesupport", ">= 6.0.3.2", "< 8" spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 13.0"