From 5989b91d1fc8c3ac4bf5bd17b7d9cbc9f7ee2ed2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2020 06:16:20 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADMINISTRATE-560317 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7a1bbe4..46a4d3c 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'administrate', '0.1.4' +gem 'administrate', '0.13.0' gem 'sinatra', '1.1.4' gem 'festivaltts4r', '0.2.0'