downgrade bundler :(

This commit is contained in:
Maxwell Salzberg 2012-03-13 19:34:14 -07:00
parent 56a7da530f
commit 319812fdcb
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@ source 'http://rubygems.org'
gem 'rails', '3.0.11'
gem 'bundler', '>= 1.1.0'
gem 'bundler', '>= 1.0.0'
gem 'foreman', '0.34.1'
gem 'whenever'

View file

@ -449,7 +449,7 @@ DEPENDENCIES
acts_as_api
addressable (= 2.2.4)
airbrake
bundler (>= 1.1.0)
bundler (>= 1.0.0)
capistrano (~> 2.9.0)
capistrano-ext (= 1.2.1)
capistrano_colors

View file

@ -6,4 +6,6 @@ if [ "$(gem --version)" != "1.8.15" ]; then
rvm rubygems 1.8.15
echo "Changed RubyGems version to $(gem --version)."
fi
gem install bundler
gem uninstall bundler
gem install bundle --version '~> 1.0.0'