From f3d805c555c977c1877cc320159bcee2adcae724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 04:02:01 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0.0 to >= 6.0, < 7.1 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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.5...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 ++++++++++------------- devkitkat.gemspec | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a913125..ab48eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: devkitkat (0.1.35) - activesupport (~> 6.0.0) + activesupport (>= 6.0, < 7.1) colorize (~> 0.8.1) docker-api (~> 2.0.0) parallel (~> 1.17.0) @@ -14,24 +14,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.5) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) coderay (1.1.3) colorize (0.8.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.2) diff-lcs (1.3) docker-api (2.0.0) excon (>= 0.47.0) multi_json excon (0.79.0) - i18n (1.8.9) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) - minitest (5.14.2) + minitest (5.18.0) multi_json (1.15.0) parallel (1.17.0) pry (0.12.2) @@ -57,10 +56,8 @@ GEM rspec-temp_dir (1.1.0) rspec (>= 3.0) ruby-progressbar (1.10.1) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/devkitkat.gemspec b/devkitkat.gemspec index 844c9b1..b07b362 100644 --- a/devkitkat.gemspec +++ b/devkitkat.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec-temp_dir", "~> 1.1.0" spec.add_runtime_dependency "pry", "~> 0.12.2" spec.add_runtime_dependency "pry-nav" - spec.add_runtime_dependency "activesupport", "~> 6.0.0" + spec.add_runtime_dependency "activesupport", ">= 6.0", "< 7.1" spec.add_runtime_dependency "parallel", "~> 1.17.0" spec.add_runtime_dependency "ruby-progressbar", "~> 1.10.1" spec.add_runtime_dependency "colorize", "~> 0.8.1"