this is dumb, but use RC bundler so travis does not barf
This commit is contained in:
parent
332aede418
commit
ed62910286
2 changed files with 2 additions and 2 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.1.rc.8'
|
||||
gem 'foreman', '0.34.1'
|
||||
gem 'whenever'
|
||||
|
||||
|
|
|
|||
|
|
@ -447,7 +447,7 @@ DEPENDENCIES
|
|||
acts_as_api
|
||||
addressable (= 2.2.4)
|
||||
airbrake
|
||||
bundler (>= 1.1.0)
|
||||
bundler (>= 1.1.rc.8)
|
||||
capistrano (~> 2.9.0)
|
||||
capistrano-ext (= 1.2.1)
|
||||
capistrano_colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue