-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathGemfile
More file actions
49 lines (38 loc) · 762 Bytes
/
Gemfile
File metadata and controls
49 lines (38 loc) · 762 Bytes
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
source 'http://rubygems.org'
ruby '2.1.1'
gem 'rails', '4.0.3'
gem 'rails_admin'
group :development do
gem 'pry'
gem 'annotate'
end
group :test do
# Pretty printed test output
gem 'turn', :require => false
gem 'factory_girl_rails'
gem 'capybara'
gem 'mocha', :require => false
gem "database_cleaner"
end
group :development, :test do
gem 'sqlite3'
gem 'rspec-rails'
end
group :production do
gem 'pg'
gem 'rails_12factor'
end
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem "twitter-bootstrap-rails"
gem 'jquery-rails'
gem 'devise'
gem 'heroku'
gem 'haml'
gem 'omniauth'
gem 'omniauth-github'
gem 'newrelic_rpm'
gem "airbrake"
gem 'unicorn'
gem 'sentry-raven' #for sentry error logging