From a43979be1e0f1d94bcee690b2135e63a825d4920 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Feb 2021 07:24:06 +0000 Subject: [PATCH] fix: alpha-blog/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RAILS-1071902 - https://snyk.io/vuln/SNYK-RUBY-RAILS-1071903 --- alpha-blog/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha-blog/Gemfile b/alpha-blog/Gemfile index af3b0b6..e65dac5 100644 --- a/alpha-blog/Gemfile +++ b/alpha-blog/Gemfile @@ -7,7 +7,7 @@ end ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.6' +gem 'rails', '~> 6.0.3', '>= 6.0.3.5' # Use sqlite3 as the database for Active Record #Use bcrypt for password on user ActiveModel