Commit ecfd2046b1a6ac53ae1fe13a5e529e648dbaf836
1 parent
aa9abb36
Exists in
master
and in
1 other branch
add ey_config since we got a warning about that
Showing
3 changed files
with
5 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -3,7 +3,6 @@ source "http://gems.github.com" |
3 | 3 | |
4 | 4 | gem "rake", "~> 0.9.2.2" |
5 | 5 | gem "rdoc", "~> 3.12" |
6 | -gem "bundler", "~> 1.1.5" | |
7 | 6 | gem "rails", "2.3.14" |
8 | 7 | gem "hoptoad_notifier", "2.4.9" |
9 | 8 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" |
... | ... | @@ -30,7 +29,9 @@ gem "json_pure", "1.4.6" |
30 | 29 | gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics" |
31 | 30 | gem 'mysql2', '0.2.18' |
32 | 31 | |
33 | - | |
32 | +group :production do | |
33 | + gem 'ey_config' | |
34 | +end | |
34 | 35 | group :cucumber do |
35 | 36 | gem 'cucumber', '1.1.0' |
36 | 37 | gem 'cucumber-rails', '0.3.2' | ... | ... |
Gemfile.lock
... | ... | @@ -26,6 +26,7 @@ GEM |
26 | 26 | delayed_job (2.0.6) |
27 | 27 | daemons |
28 | 28 | diff-lcs (1.1.3) |
29 | + ey_config (0.0.6) | |
29 | 30 | factory_girl (1.2.3) |
30 | 31 | fakeweb (1.2.5) |
31 | 32 | fastercsv (1.5.1) |
... | ... | @@ -86,10 +87,10 @@ PLATFORMS |
86 | 87 | |
87 | 88 | DEPENDENCIES |
88 | 89 | ambethia-smtp-tls (= 1.1.2) |
89 | - bundler (~> 1.1.5) | |
90 | 90 | cucumber (= 1.1.0) |
91 | 91 | cucumber-rails (= 0.3.2) |
92 | 92 | delayed_job (= 2.0.6) |
93 | + ey_config | |
93 | 94 | factory_girl (= 1.2.3) |
94 | 95 | fakeweb (= 1.2.5) |
95 | 96 | fastercsv (= 1.5.1) | ... | ... |
No preview for this file type