From f2196b6295a52d3f205189119919570bebf28f16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 02:50:57 -0600 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 44b7d53b1d5..5529e11a961 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'json' +gem 'json', '>= 2.3.0' gem 'sqlite3' # Gems used only for assets and not required # in production environments by default.