From a3c8664aa724fd709f7c0c18c50995be4d105679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:48:56 +0000 Subject: [PATCH] chore(deps): update rspec-rails requirement from ~> 6.0 to ~> 7.0 Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: rspec-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 3e6dd5dc..6043685c 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'ammeter', '~> 1.1' gem 'factory_bot', '~> 6.2' gem 'pry', '~> 0.14' gem 'rspec', '~> 3.12' -gem 'rspec-rails', '~> 6.0' +gem 'rspec-rails', '~> 7.0' gem 'rubocop', '~> 1.44' gem 'rubocop-rake' gem 'sqlite3', '~> 1.5'