diff --git a/Gemfile b/Gemfile index b8c5ea6..aa16019 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'select2-rails', '~> 3' # background jobs gem 'sidekiq' gem 'sidekiq-limit_fetch' -gem 'sinatra', '~> 2.0.0.beta2' +gem 'sinatra', '~> 2.2.0' # file upload gem 'carrierwave' diff --git a/Gemfile.lock b/Gemfile.lock index 187ee6b..6734428 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -455,7 +455,7 @@ GEM public_suffix (4.0.6) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.8.1) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -596,10 +596,10 @@ GEM simple_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2) - sinatra (2.0.8.1) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) sitemap_generator (6.1.2) builder (~> 3.0) @@ -716,7 +716,7 @@ DEPENDENCIES sidekiq sidekiq-limit_fetch simple_form - sinatra (~> 2.0.0.beta2) + sinatra (~> 2.2.0) sitemap_generator slack-notifier slackistrano