From 8773ee9d7a730e673c4914fda1ea825fe1b8f702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:43:56 +0000 Subject: [PATCH] build(deps): update activesupport requirement from ~> 5.0 to >= 5, < 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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.7...v5.2.8.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 +++++++++++++------------- enum-transitions.gemspec | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1379cf5..c73f607 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,28 +3,28 @@ PATH specs: enum-transitions (1.0.1) activerecord (~> 5.0) - activesupport (~> 5.0) + activesupport (>= 5, < 8) GEM remote: https://rubygems.org/ specs: - activemodel (5.1.7) - activesupport (= 5.1.7) - activerecord (5.1.7) - activemodel (= 5.1.7) - activesupport (= 5.1.7) - arel (~> 8.0) - activesupport (5.1.7) + activemodel (5.2.8.1) + activesupport (= 5.2.8.1) + activerecord (5.2.8.1) + activemodel (= 5.2.8.1) + activesupport (= 5.2.8.1) + arel (>= 9.0) + activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (8.0.0) - concurrent-ruby (1.1.6) + arel (9.0.0) + concurrent-ruby (1.1.10) diff-lcs (1.3) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.14.0) + minitest (5.17.0) rake (12.3.3) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -40,7 +40,7 @@ GEM rspec-support (~> 3.9.0) rspec-support (3.9.2) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.10) thread_safe (~> 0.1) PLATFORMS diff --git a/enum-transitions.gemspec b/enum-transitions.gemspec index 1bc3dc8..21f104f 100644 --- a/enum-transitions.gemspec +++ b/enum-transitions.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec', '~> 3.0' spec.add_runtime_dependency 'activerecord', '~> 5.0' - spec.add_runtime_dependency 'activesupport', '~> 5.0' + spec.add_runtime_dependency 'activesupport', '>= 5', '< 8' end