From a419bd6da63cde0f9900a4e68c8014dbe5b09bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:08:31 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2, < 7 to >= 4.2, < 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.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.0...v7.1.4) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 299ec56..485be78 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec # Development dependencies -gem "activesupport", ">= 4.2", "< 7" +gem "activesupport", ">= 4.2", "< 8" gem "gc_ruboconfig", "~> 5.0" gem "rake", "~> 13.0" gem "rspec", "~> 3.5"