From 7e7b04a0c4d11ae6176540d5486c6fce5d5c8802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:24:58 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2, <= 5.2 to >= 4.2, <= 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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.10...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 +++++++++++++------------ petra.gemspec | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8a4ffa..cdaf023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,27 +2,28 @@ PATH remote: . specs: petra_core (0.0.5) - activesupport (>= 4.2, <= 5.2) + activesupport (>= 4.2, <= 7.1) method_source (~> 0.9.0) GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) ast (2.4.0) coderay (1.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) faker (1.8.7) i18n (>= 0.7) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.0) - minitest (5.11.3) + minitest (5.15.0) parallel (1.12.1) parser (2.5.0.2) ast (~> 2.4.0) @@ -53,10 +54,10 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.9.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.3.0) + zeitwerk (2.6.6) PLATFORMS ruby diff --git a/petra.gemspec b/petra.gemspec index bd18105..41cb0a8 100644 --- a/petra.gemspec +++ b/petra.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '~> 2.5' - spec.add_dependency 'activesupport', '>= 4.2', '<= 5.2' + spec.add_dependency 'activesupport', '>= 4.2', '<= 7.1' spec.add_dependency 'method_source', '~> 0.9.0' spec.add_development_dependency 'bundler', '~> 1.16'