Commit aa1bc5c58a1c3eaa0bdd5a69c03178136a1d22b9
1 parent
af09d09a
Exists in
master
and in
1 other branch
add bundler to gemfile
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
Gemfile
1 | source :rubygems | 1 | source :rubygems |
2 | source "http://gems.github.com" | 2 | source "http://gems.github.com" |
3 | 3 | ||
4 | +gem "bundler", "1.0.7" | ||
4 | gem "rails", "2.3.14" | 5 | gem "rails", "2.3.14" |
5 | gem "hoptoad_notifier", "2.4.9" | 6 | gem "hoptoad_notifier", "2.4.9" |
6 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" | 7 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" |
Gemfile.lock
@@ -81,6 +81,7 @@ PLATFORMS | @@ -81,6 +81,7 @@ PLATFORMS | ||
81 | 81 | ||
82 | DEPENDENCIES | 82 | DEPENDENCIES |
83 | ambethia-smtp-tls (= 1.1.2) | 83 | ambethia-smtp-tls (= 1.1.2) |
84 | + bundler (= 1.0.7) | ||
84 | cucumber (= 0.8.5) | 85 | cucumber (= 0.8.5) |
85 | delayed_job (= 2.0.6) | 86 | delayed_job (= 2.0.6) |
86 | factory_girl (= 1.2.3) | 87 | factory_girl (= 1.2.3) |