From 080f09054a69bd79d312486bc47678cc84a843d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 May 2020 22:00:32 -0500 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569599 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569600 - https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-569601 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a1e202d18c8f..7e1b4ee69f14 100755 --- 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', '>= 5.1.1' # 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.0' gem 'rspec-rerun' gem 'rubocop' gem 'swagger-blocks'