From 5566a6b5a283690626f17b7691393517cc0f6c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 06:06:59 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.2.7 to ~> 7.1.6 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.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.7...v7.1.6) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.1.6 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 4e04196..5fde85c 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.6" gem "bundler" gem "pry" gem "rake"