This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGemfile
More file actions
63 lines (57 loc) · 1.16 KB
/
Copy pathGemfile
File metadata and controls
63 lines (57 loc) · 1.16 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
63
source "https://rubygems.org"
ruby "2.3.6"
gem "adamantium"
gem "actionpack-page_caching", "~> 1.0"
gem "airbrake"
gem "autoprefixer-rails"
gem "bourbon", "~> 4.2.0"
gem "coffee-rails", "~> 4.1.0"
gem "email_validator"
gem "equalizer"
gem "faraday-http-cache"
gem "flutie"
gem "haml"
gem "high_voltage"
gem "i18n-tasks"
gem "jquery-rails"
gem "lift"
gem "neat", "~> 1.7.0"
gem "newrelic_rpm", ">= 3.9.8"
gem "normalize-rails", "~> 3.0.0"
gem "octokit"
gem "puma"
gem "rack-canonical-host"
gem "rails", "~> 4.2.0"
gem "recipient_interceptor"
gem "refills"
gem "sass-rails", "~> 5.0"
gem "sqlite3"
gem "uglifier"
group :development do
gem "spring"
gem "spring-commands-rspec"
gem "web-console"
end
group :development, :test do
gem "awesome_print"
gem "bundler-audit", require: false
gem "pry-byebug"
gem "dotenv-rails"
gem "factory_girl_rails"
gem "guard-rspec"
gem "guard-rubocop"
gem "guard-shell"
gem "pry-rails"
gem "rspec-rails", "~> 3.3"
end
group :test do
gem "database_cleaner"
gem "launchy"
gem "shoulda-matchers", require: false
gem "simplecov", require: false
gem "vcr"
gem "webmock"
end
group :staging, :production do
gem "dalli"
end