From 7a6b9f729f857b5bc178c55e6e9291ba87068c5b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:00:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 794029b..db320a1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,13 +2,13 @@ source 'https://rubygems.org' ruby '2.1.2' -gem 'rails', '~> 4.0.0' +gem 'rails', '~> 5.0.0' -gem 'omniauth' +gem 'omniauth', '>= 1.3.1' gem 'dotenv-rails' -gem 'omniauth-salesloft', source: "http://gems.salesloft.com" +gem 'omniauth-salesloft', '>= 1.0.0', source: "http://gems.salesloft.com" group :development do gem 'sqlite3'