diff --git a/Gemfile b/Gemfile index be5b013bc..33f5ac43d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'json' gem 'eventmachine', '~> 1.2', '>= 1.2.7' gem 'thin', '~> 1.8' -gem 'sinatra', '~> 3.0', '>= 3.0.5' +gem 'sinatra', '~> 3.0' gem 'rack', '~> 2.2' gem 'rack-protection', '~> 3.0.5' gem 'em-websocket', '~> 0.5.3' # WebSocket support diff --git a/Gemfile.lock b/Gemfile.lock index fd4fcec22..93a8a5def 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM rqrcode_core (~> 0.1) racc (1.6.2) rack (2.2.7) - rack-protection (3.0.5) + rack-protection (3.0.6) rack rack-test (2.1.0) rack (>= 1.3) @@ -168,10 +168,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sinatra (3.0.5) + sinatra (3.0.6) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.5) + rack-protection (= 3.0.6) tilt (~> 2.0) slack-notifier (2.4.0) sqlite3 (1.6.1-x86_64-linux) @@ -259,7 +259,7 @@ DEPENDENCIES rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.9) - sinatra (~> 3.0, >= 3.0.5) + sinatra (~> 3.0) slack-notifier (~> 2.4) sqlite3 (~> 1.6, >= 1.6.1) term-ansicolor