diff --git a/Gemfile b/Gemfile index cf5415e..84b61e8 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'figaro' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platform: :mri - gem 'rspec-rails', '~> 3.5' + gem 'rspec-rails', '~> 3.5', '>= 3.5.2' # Rubocop static analyzer gem 'rubocop', '~> 0.47.1', require: false gem 'rubocop-rspec', require: false