From de601129289e8e27c44c12b60f3ec092d26a06a0 Mon Sep 17 00:00:00 2001 From: jcrew99 <37361441+jcrew99@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:51:11 +1000 Subject: [PATCH] Update thin gem (#2471) * Updated Rack version * Updated rack gem * Updated to the latest version * updating sinatra --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index fe7e6c337..29b51dc84 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'eventmachine' gem 'thin' gem 'sinatra', '>= 2.0.2' -gem 'rack', '= 2.0.9.1' +gem 'rack', '>= 2.2.3.1' gem 'rack-protection', '>= 2.0.0' gem 'em-websocket' # WebSocket support gem 'uglifier', '>= 2.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 47837c689..07c19d600 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,8 +128,8 @@ GEM mojo_magick (~> 0.6.5) rqrcode_core (~> 0.1) racc (1.6.0) - rack (2.0.9.1) - rack-protection (2.0.8.1) + rack (2.2.3.1) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -184,10 +184,10 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) simple_oauth (0.3.1) - 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) slack-notifier (2.4.0) sqlite3 (1.4.4) @@ -274,7 +274,7 @@ DEPENDENCIES parseconfig pry-byebug qr4r - rack (= 2.0.9.1) + rack (>= 2.2.3.1) rack-protection (>= 2.0.0) rake (>= 12.3.3) rdoc