From 81a6508d3223c5f4124d7ade1e839cbc2c46e934 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Mar 2023 18:33:50 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3357692 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3357693 - https://snyk.io/vuln/SNYK-RUBY-RACK-3356639 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9210d0f..d142ea7 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Active Admin gem 'activeadmin', github: 'activeadmin' -gem 'devise', '>= 4.4.1' +gem 'devise', '>= 4.5.0' gem 'draper', '>= 3.0.1' gem 'inherited_resources', git: 'https://github.com/activeadmin/inherited_resources'