From 804bd8e6f8669e4d73ea093ea3a199393ffa602f Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Wed, 3 Mar 2021 03:00:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-1080916 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index a1e202d18c8f..ae11a45cc312 --- a/Gemfile +++ b/Gemfile @@ -31,14 +31,14 @@ end group :development, :test do # automatically include factories from spec/factories - gem 'factory_bot_rails' + gem 'factory_bot_rails', '>= 6.1.0' # Make rspec output shorter and more useful gem 'fivemat' # running documentation generation tasks and rspec tasks gem 'rake' # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # environment is development - gem 'rspec-rails' + gem 'rspec-rails', '>= 4.0.1' gem 'rspec-rerun' gem 'rubocop' gem 'swagger-blocks'