Commit 9e47e72501f83d4a7d4e7a8a1d98095d539f88aa
1 parent
8a6d0d7f
Exists in
master
and in
1 other branch
update bundler to 1.0.21
Showing
2 changed files
with
2 additions
and
2 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 "bundler", "1.0.21" |
5 | gem "rails", "2.3.14" | 5 | gem "rails", "2.3.14" |
6 | gem "hoptoad_notifier", "2.4.9" | 6 | gem "hoptoad_notifier", "2.4.9" |
7 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" | 7 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" |
Gemfile.lock
@@ -81,7 +81,7 @@ PLATFORMS | @@ -81,7 +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 | + bundler (= 1.0.21) |
85 | cucumber (= 0.8.5) | 85 | cucumber (= 0.8.5) |
86 | delayed_job (= 2.0.6) | 86 | delayed_job (= 2.0.6) |
87 | factory_girl (= 1.2.3) | 87 | factory_girl (= 1.2.3) |