Files

27 lines
384 B
Ruby
Raw Permalink Normal View History

2015-01-22 06:38:48 +01:00
source 'https://rubygems.org'
2015-02-20 06:55:18 +01:00
gem 'bcrypt', '~> 3.1.7'
2015-01-22 06:38:48 +01:00
platform :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'jruby-openssl'
2015-02-20 06:55:18 +01:00
2015-01-22 06:38:48 +01:00
end
platform :ruby do
gem 'pg'
2015-02-20 06:55:18 +01:00
2015-01-22 06:38:48 +01:00
gem "activerecord"
end
gem 'elasticsearch'
2015-01-22 06:38:48 +01:00
gem "sinatra"
gem "sinatra-activerecord"
gem "json"
gem 'puma'
gem "sinatra-contrib"
gem 'rerun'
gem 'xxhash', '~> 0.3.0'
2015-09-21 06:31:52 +02:00
gem 'sendgrid-ruby'
2015-09-26 11:58:01 +02:00
gem 'ruby-trello'