From a946d5e00d7bdc0c2587ae187a0de5a4bff335e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Dec 2022 18:07:32 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 39207bf77b..838a4b5fb8 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ group :test do gem 'mocha' # Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. # It encourages beautiful code by favoring convention over configuration. - gem 'rails', '~> 5.1.0' + gem 'rails', '~> 5.1.5' # Create customizable MiniTest output formats gem 'minitest-reporters', require: false # Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites