From b387350dd542ed58a3565d943c59004597a4cb25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:13:06 +0000 Subject: [PATCH] Update dependency sinatra-contrib to v4.1.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 96fdac6f..f3f3b1b8 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' gem 'simplecov-cobertura', '~> 2.1' gem 'sinatra', '4.0.0' -gem 'sinatra-contrib', '4.0.0' +gem 'sinatra-contrib', '4.1.1' gem 'sprockets', '4.2.1' gem 'test-unit', '3.6.7', require: false gem 'webrick', '1.9.1'