source 'https://rubygems.org' gem 'rails', '= 5.0.2' gem 'mysql2', '>= 0.3.18', '< 0.5' gem 'puma', '~> 3.0' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' gem 'jquery-rails' gem 'turbolinks', '~> 5' gem 'haml' gem 'nifty-utils' gem 'nilify_blanks' gem 'kaminari' gem 'bcrypt' gem 'foreman' gem 'hashie' gem 'authie', :git => "git@codebasehq.com:atechmedia/libs/authie" gem 'dynamic_form' gem 'changey' gem 'mail' gem 'autoprefixer-rails' gem 'bunny', '~> 2.5.1' gem 'secure_headers' gem 'chronic' gem 'basic_ssl' gem 'clockwork' gem 'encrypto_signo' gem 'epoll', :require => nil gem 'mongo' gem 'sentry-raven' gem 'gelf' gem 'moonrope', :git => 'https://github.com/adamcooke/moonrope', :branch => 'master' gem 'jwt' gem 'createsend', '~> 4.0' gem 'acme-client', :git => 'https://github.com/unixcharles/acme-client' group :development, :test do gem 'byebug' end group :development do gem 'web-console' gem 'annotate' end