Update Gemfile and Gemfile.lock for Sinatra and Rack compatibility

This commit is contained in:
zinduolis
2025-09-09 21:33:59 +10:00
parent 5cf691120f
commit cdb9ceda2a
2 changed files with 24 additions and 18 deletions

View File

@@ -9,9 +9,9 @@ gem 'json'
gem 'eventmachine', '~> 1.2', '>= 1.2.7'
gem 'thin', '~> 2.0'
gem 'sinatra', '~> 3.2'
gem 'rack', '~> 2.2'
gem 'rack-protection', '~> 3.2.0'
gem 'sinatra', '~> 4.1'
gem 'rack', '~> 3.2'
gem 'rack-protection', '~> 4.1.1'
gem 'em-websocket', '~> 0.5.3' # WebSocket support
gem 'uglifier', '~> 4.2'
gem 'mime-types', '~> 3.7'