diff --git a/Gemfile b/Gemfile index cf5415e..1d1d8c4 100644 --- a/Gemfile +++ b/Gemfile @@ -30,12 +30,12 @@ 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 gem 'faker' - gem 'factory_girl_rails' + gem 'factory_girl_rails', '>= 4.8.0' end group :development do