about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-03-02 09:55:37 -0500
committerGitHub <noreply@github.com>2023-03-02 15:55:37 +0100
commit9da52ac044ced55213be29119ea25b145039e4d0 (patch)
treea3eb926387bf00ddd2c44d57b7f68ff6790c1c8e /Gemfile
parent35dff48edf19a344cbf192b510033ba6785c367b (diff)
Update rspec-rails to version 6.0.1 (#23908)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 17b0b287d..354f6bd6c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -106,7 +106,7 @@ group :development, :test do
   gem 'i18n-tasks', '~> 1.0', require: false
   gem 'pry-byebug', '~> 3.10'
   gem 'pry-rails', '~> 0.3'
-  gem 'rspec-rails', '~> 5.1'
+  gem 'rspec-rails', '~> 6.0'
   gem 'rubocop-performance', require: false
   gem 'rubocop-rails', require: false
   gem 'rubocop-rspec', require: false