Time slots app prototype
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.
 
 
 
 

14 lines
235 B

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'