From 8394c599b676798f15449a4c2bd0f578506f8c12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jan 2021 03:45:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1055008 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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