From 7b8d28370535b31cefa70a9519267754e7e0c489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 01:58:51 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.2 to >= 5.2, < 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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.6...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 +++++++++++------------ action_handler.gemspec | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5efd207..cd51210 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,28 +2,28 @@ PATH remote: . specs: action_handler (0.2.7) - activesupport (~> 5.2) + activesupport (>= 5.2, < 8.0) rack (~> 2.0) GEM remote: https://rubygems.org/ specs: - activesupport (5.2.6) + activesupport (7.0.4.3) 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.2) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.2) diff-lcs (1.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) - minitest (5.14.4) + minitest (5.18.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - rack (2.2.3) + rack (2.2.6.4) rake (13.0.1) rspec (3.8.0) rspec-core (~> 3.8.0) @@ -38,9 +38,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/action_handler.gemspec b/action_handler.gemspec index 7c09db6..e0bdd7c 100644 --- a/action_handler.gemspec +++ b/action_handler.gemspec @@ -36,6 +36,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "pry", "~> 0.12" - spec.add_runtime_dependency "activesupport", "~> 5.2" + spec.add_runtime_dependency "activesupport", ">= 5.2", "< 8.0" spec.add_runtime_dependency "rack", "~> 2.0" end