From 81a4419f31fd0594ff4b4dec7cc18f3b7d9d113d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:56:26 +0000 Subject: [PATCH] Update dependency sinatra to v4.1.0 [SECURITY] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 57d9bb61a..c2d293815 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' gem 'simplecov-cobertura', '~> 2.1' -gem 'sinatra', '4.0.0' +gem 'sinatra', '4.1.0' gem 'sinatra-contrib', '4.0.0' gem 'sprockets', '4.2.1' gem 'telebot', '0.1.2'