From 689ba09b5a5d3299a57e099f087153c591998348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 06:32:37 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.2.7 to ~> 7.1.5 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/v8.0.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.7...v7.1.5.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.1.5.1 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 f2e154a..4df08ee 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in qiita-markdown.gemspec gemspec -gem "activesupport", "~> 5.2.7" +gem "activesupport", "~> 7.1.5" gem "bundler" gem "codeclimate-test-reporter", "0.4.4" gem "pry"