From d4a98dbb918d5e0941eb1a7812eb95cfdb06f3f9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:28:13 +0000 Subject: [PATCH] fix: examples/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 --- examples/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gemfile b/examples/Gemfile index 29279ba..a0e6f2d 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'omniauth' +gem 'omniauth', '>= 1.3.1' gem 'omniauth-asana' gem 'sinatra' gem 'asana', path: '../'