From de55e82786ae81918c5b90db3e5134bd98620c15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 06:46:33 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 - https://snyk.io/vuln/SNYK-RUBY-ACTIVEADMIN-7176090 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274385 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274383 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274384 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9210d0f..39298e9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.6', '>= 5.1.6.1' +gem 'rails', '~> 5.1.6', '>= 5.1.6.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server @@ -48,8 +48,8 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Active Admin gem 'activeadmin', github: 'activeadmin' -gem 'devise', '>= 4.4.1' -gem 'draper', '>= 3.0.1' +gem 'devise', '>= 4.6.0' +gem 'draper', '>= 3.1.0' gem 'inherited_resources', git: 'https://github.com/activeadmin/inherited_resources' # PNG