From 529c1724c5c0337087369f149bd86c1a7145ea80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jan 2023 00:52:55 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-3237239 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0b91507..34c8fba 100644 --- a/Gemfile +++ b/Gemfile @@ -3,11 +3,11 @@ gemspec source :rubygems group :development do - gem 'activerecord' + gem 'activerecord', '>= 6.1.7.1' gem 'bson_ext' gem 'guard' gem 'guard-rspec' - gem 'mongoid' + gem 'mongoid', '>= 7.0.12' gem 'rake' gem 'rspec' gem 'sqlite3', '~>1.3.5'