From 8409f7d421f6c7e8ab0345f3f81769d25ad86bb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Sep 2023 01:38:18 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-1080913 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-3237239 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ae5d736..a3107a2 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.5' gem 'sprockets', '~> 3.7.2' -gem 'ledermann-rails-settings' +gem 'ledermann-rails-settings', '>= 2.6.0' gem 'terrapin' #gem 'capistrano-nvm', require: false # Use Redis adapter to run Action Cable in production