From ed88ddfeb34f67ec1a13d541746aa46e745089f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:31:59 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.1.1 to >= 5.1.1, < 7.1.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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.7...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++----------- dh-proteus.gemspec | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7f5149b..0c6ed21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: dh-proteus (0.3.4) - activesupport (~> 5.1.1) + activesupport (>= 5.1.1, < 7.1.0) erubis (~> 2.7.0) terminal-table (~> 3.0.0) thor (~> 0.20.0) @@ -10,19 +10,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.1.7) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) coderay (1.1.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) diff-lcs (1.3) erubis (2.7.0) - i18n (1.8.9) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.8.2) - minitest (5.14.4) + minitest (5.17.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -45,9 +45,8 @@ GEM terminal-table (3.0.0) unicode-display_width (~> 1.1, >= 1.1.1) thor (0.20.3) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.7.0) PLATFORMS diff --git a/dh-proteus.gemspec b/dh-proteus.gemspec index 64999e8..acff74d 100644 --- a/dh-proteus.gemspec +++ b/dh-proteus.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "pry" - spec.add_runtime_dependency 'activesupport', '~> 5.1.1' + spec.add_runtime_dependency 'activesupport', '>= 5.1.1', '< 7.1.0' spec.add_runtime_dependency 'thor', '~> 0.20.0' spec.add_runtime_dependency 'erubis', '~> 2.7.0' spec.add_runtime_dependency 'terminal-table', '~> 3.0.0'