From e38fc194c387f85ee114d572223e76147d754f24 Mon Sep 17 00:00:00 2001 From: Kirill Leonov Date: Sun, 1 Dec 2024 14:51:47 +0300 Subject: [PATCH] bump sinatra-contrib --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 32c04a2..ce3f9ce 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'ruby-units', '~> 4.1' gem 'rubyzip', '~> 2.3', '>= 2.3.2' gem 'simple_monads', '~> 1.0' gem 'sinatra', '~> 4.1' -gem 'sinatra-contrib', '~> 4.0' +gem 'sinatra-contrib', '~> 4.1' # NOTE: These gems are here and not in dev mode, for access to the console gem 'byebug', '~> 11.1', '>= 11.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2c92333..43ff0fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ DEPENDENCIES simple_monads (~> 1.0) simplecov sinatra (~> 4.1) - sinatra-contrib (~> 4.0) + sinatra-contrib (~> 4.1) stackprof (~> 0.2.26) super_diff (~> 0.13.0) timecop (~> 0.9.10)