Correct Gemfile for websocket-gateway
This commit is contained in:
parent
1fd2679cbf
commit
a5016efec5
|
|
@ -19,6 +19,7 @@ else
|
|||
end
|
||||
|
||||
#gem 'license_finder'
|
||||
gem 'kickbox'
|
||||
gem 'uuidtools', '2.1.2'
|
||||
gem 'bcrypt-ruby', '3.0.1'
|
||||
gem 'ruby-protocol-buffers', '1.2.2'
|
||||
|
|
@ -55,6 +56,7 @@ gem 'rubyzip'
|
|||
gem 'sanitize'
|
||||
gem 'influxdb', '0.1.8'
|
||||
gem 'recurly'
|
||||
gem 'sendgrid_toolkit', '>= 1.1.1'
|
||||
|
||||
group :development do
|
||||
gem 'pry'
|
||||
|
|
|
|||
Loading…
Reference in New Issue