Commit 9e47e72501f83d4a7d4e7a8a1d98095d539f88aa

Authored by Luke Baker
1 parent 8a6d0d7f

update bundler to 1.0.21

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