From db1e18c5c2823b34b35af7248104d0c10fe22f88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Mar 2023 18:40:42 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-RACK-3360233 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e99abfd..90dd725 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,10 @@ source 'https://rubygems.org/' ruby '3.0.1' -gem 'sinatra', '>= 2.0.3' -gem 'sinatra-contrib', '>= 2.0.3' +gem 'sinatra', '>= 2.1.0' +gem 'sinatra-contrib', '>= 2.1.0' gem 'nokogiri', '>= 1.11.0' -gem 'activesupport', '>= 6.0.3.1' +gem 'activesupport', '>= 6.1.7.3' gem 'httparty' group :test, :development do