Update Gemfile and Gemfile.lock for Sinatra and Rack compatibility
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user