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,7 +3,6 @@ source "http://gems.github.com" | ||
3 | 3 | ||
4 | gem "rake", "~> 0.9.2.2" | 4 | gem "rake", "~> 0.9.2.2" |
5 | gem "rdoc", "~> 3.12" | 5 | gem "rdoc", "~> 3.12" |
6 | -gem "bundler", "~> 1.1.5" | ||
7 | gem "rails", "2.3.14" | 6 | gem "rails", "2.3.14" |
8 | gem "hoptoad_notifier", "2.4.9" | 7 | gem "hoptoad_notifier", "2.4.9" |
9 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" | 8 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" |
@@ -30,7 +29,9 @@ gem "json_pure", "1.4.6" | @@ -30,7 +29,9 @@ gem "json_pure", "1.4.6" | ||
30 | gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics" | 29 | gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics" |
31 | gem 'mysql2', '0.2.18' | 30 | gem 'mysql2', '0.2.18' |
32 | 31 | ||
33 | - | 32 | +group :production do |
33 | + gem 'ey_config' | ||
34 | +end | ||
34 | group :cucumber do | 35 | group :cucumber do |
35 | gem 'cucumber', '1.1.0' | 36 | gem 'cucumber', '1.1.0' |
36 | gem 'cucumber-rails', '0.3.2' | 37 | gem 'cucumber-rails', '0.3.2' |
Gemfile.lock
@@ -26,6 +26,7 @@ GEM | @@ -26,6 +26,7 @@ GEM | ||
26 | delayed_job (2.0.6) | 26 | delayed_job (2.0.6) |
27 | daemons | 27 | daemons |
28 | diff-lcs (1.1.3) | 28 | diff-lcs (1.1.3) |
29 | + ey_config (0.0.6) | ||
29 | factory_girl (1.2.3) | 30 | factory_girl (1.2.3) |
30 | fakeweb (1.2.5) | 31 | fakeweb (1.2.5) |
31 | fastercsv (1.5.1) | 32 | fastercsv (1.5.1) |
@@ -86,10 +87,10 @@ PLATFORMS | @@ -86,10 +87,10 @@ PLATFORMS | ||
86 | 87 | ||
87 | DEPENDENCIES | 88 | DEPENDENCIES |
88 | ambethia-smtp-tls (= 1.1.2) | 89 | ambethia-smtp-tls (= 1.1.2) |
89 | - bundler (~> 1.1.5) | ||
90 | cucumber (= 1.1.0) | 90 | cucumber (= 1.1.0) |
91 | cucumber-rails (= 0.3.2) | 91 | cucumber-rails (= 0.3.2) |
92 | delayed_job (= 2.0.6) | 92 | delayed_job (= 2.0.6) |
93 | + ey_config | ||
93 | factory_girl (= 1.2.3) | 94 | factory_girl (= 1.2.3) |
94 | fakeweb (= 1.2.5) | 95 | fakeweb (= 1.2.5) |
95 | fastercsv (= 1.5.1) | 96 | fastercsv (= 1.5.1) |
No preview for this file type