diff --git a/Gemfile b/Gemfile index c66453a..c118601 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'thin' group :development, :test do gem 'byebug', '~>8.0' - gem 'rspec-rails', '~> 3.0' + gem 'rspec-rails', '~> 8.0', '>= 8.0.0' gem 'factory_girl_rails', '~> 4.0' gem 'spring-commands-rspec' gem 'guard-rspec'