From 2dfdff47581ac8b719a1c0826f5976a7e3f9f56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 06:35:59 +0000 Subject: [PATCH] Update rails requirement from ~> 7.0.0 to ~> 7.1.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/v7.0.0...v7.1.2) --- 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 eea059c..0a7aa5b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'rails', '~> 7.0.0' +gem 'rails', '~> 7.1.2' gem 'rspec' gem 'rspec-rails', '~> 6.0' gem 'sqlite3'