You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
235 B
15 lines
235 B
2 years ago
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem 'concurrent-ruby'
|
||
|
gem 'concurrent-ruby-ext'
|
||
|
gem 'connection_pool'
|
||
|
gem 'oj'
|
||
|
gem 'pg'
|
||
|
gem 'semantic_logger'
|
||
|
gem 'sequel'
|
||
|
gem 'sequel_pg'
|
||
|
gem 'faye-websocket-ruby'
|
||
|
|
||
|
gem 'foreman'
|
||
|
gem 'debug', '>= 1.0.0'
|