From adb71e95c0aaf0b53c747316765f9a7d6f8ff490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:01:25 +0000 Subject: [PATCH] Update rails requirement from >= 6.0, < 7.1 to >= 6.0, < 7.2 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: rails 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 0c7a0c0f3..a4d0f9ea2 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -gem "rails", ">= 6.0", "< 7.1" +gem "rails", ">= 6.0", "< 7.2" gem "sprockets-rails"