From 331b675c719e0110db204754b9a2d02771dffa0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Mar 2022 07:32:17 +0000 Subject: [PATCH] fix: examples/todo-sinatra/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RESTCLIENT-20211 --- examples/todo-sinatra/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-sinatra/Gemfile b/examples/todo-sinatra/Gemfile index 36ce130..9ee8506 100644 --- a/examples/todo-sinatra/Gemfile +++ b/examples/todo-sinatra/Gemfile @@ -31,7 +31,7 @@ end group :development do gem "pry" - gem "engineyard" + gem "engineyard", ">= 3.0.1" gem "rerun" gem "thin" gem "rocco", "0.7"