This repository was archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathGemfile
More file actions
62 lines (56 loc) · 1.27 KB
/
Gemfile
File metadata and controls
62 lines (56 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
source 'https://rubygems.org'
gem 'rails', '4.2.4'
gem 'pg'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'therubyracer', platforms: :ruby
gem 'puma'
gem 'sinatra', :require => nil
gem 'httparty'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
# Exponent's push notification API
gem 'exponent-server-sdk', '~> 0.0.2'
group :development, :test do
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'spring'
gem 'capistrano-deploy'
gem 'capistrano-slack'
gem 'quiet_assets'
gem 'pry'
gem 'foreman'
end
group :test do
gem 'minitest-rails-capybara'
gem 'capybara_minitest_spec'
end
gem 'carrierwave', github: 'carrierwaveuploader/carrierwave'
gem 'fog-aws'
gem 'google-qr'
gem 'simple_form'
gem 'bootstrap-sass'
gem 'social-share-button'
gem 'bootstrap-modal-rails'
gem 'devise'
gem 'omniauth-twitter'
gem 'omniauth-github'
gem 'postmark-rails'
gem 'font-awesome-rails'
gem 'devise-bootstrap-views'
gem 'airbrake'
gem 'slim'
gem 'autoprefixer-rails'
gem 'react-rails'
gem 'dotenv-rails'
gem 'newrelic_rpm'
gem 'sidekiq'
gem 'celluloid', '0.16.0'
gem "rack-cors"
gem "simple_token_authentication"
gem 'webpack_rails', '~> 1.0.0.pre', github: 'danott/webpack_rails'
gem "rugged"
gem "lograge"