From 090ca97c26bab0d19bed09724e49426590d9f47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:22:33 +0000 Subject: [PATCH] Update rails requirement from ~> 6.1.3 to ~> 7.0.4 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.1.3...v7.0.4.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/rails-6.1.x/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/rails-6.1.x/Gemfile b/gemfiles/rails-6.1.x/Gemfile index 7bbd6a02..b5ff6f1c 100644 --- a/gemfiles/rails-6.1.x/Gemfile +++ b/gemfiles/rails-6.1.x/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec path: "../.." -gem "rails", "~> 6.1.3" +gem "rails", "~> 7.0.4" # Test additional libraries with oldest and newest versions of Rails eval_gemfile "../Gemfile.additional"