downgrade bundler :(
This commit is contained in:
parent
56a7da530f
commit
319812fdcb
3 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
Loading…
Reference in a new issue