Update rake and sinatra gems to 2.0+

This commit is contained in:
Brendan Coles
2018-07-19 07:41:47 +00:00
parent 5b771274fb
commit 0a415b2252

View File

@@ -8,9 +8,9 @@
gem 'eventmachine'
gem 'thin'
gem 'sinatra', '~> 1.2'
gem 'rack', '~> 1.6.5'
gem 'rack-protection', '~> 2.0.1'
gem 'sinatra', '~> 2.0'
gem 'rack', '~> 2.0'
gem 'rack-protection', '~> 2.0'
gem 'em-websocket' # WebSocket support
gem 'uglifier'
gem 'mime-types'