Commit aa1bc5c58a1c3eaa0bdd5a69c03178136a1d22b9

Authored by Luke Baker
1 parent af09d09a

add bundler to gemfile

Showing 2 changed files with 2 additions and 0 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 5 gem "rails", "2.3.14"
5 6 gem "hoptoad_notifier", "2.4.9"
6 7 gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
... ...
Gemfile.lock
... ... @@ -81,6 +81,7 @@ PLATFORMS
81 81  
82 82 DEPENDENCIES
83 83 ambethia-smtp-tls (= 1.1.2)
  84 + bundler (= 1.0.7)
84 85 cucumber (= 0.8.5)
85 86 delayed_job (= 2.0.6)
86 87 factory_girl (= 1.2.3)
... ...