From 7ccc14b3f6d9f9a44600cb11cd6ff81f409b2a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 19:48:24 +0000 Subject: [PATCH] Update rails requirement from ~> 6.0.0 to ~> 7.0.6 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.0.6) --- 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 94cfefb..f1e516f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # Specify your gem's dependencies in brillo.gemspec gemspec -gem 'rails', "~> 6.0.0" +gem 'rails', "~> 7.0.6"