travis does not seem to have bundler 1.1.1 yet
This commit is contained in:
parent
ff03a0ca7f
commit
70cc9c5c96
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.1'
|
||||
gem 'bundler', '~> 1.1.0'
|
||||
gem 'foreman', '0.34.1'
|
||||
gem 'whenever'
|
||||
|
||||
|
|
|
|||
|
|
@ -454,7 +454,7 @@ DEPENDENCIES
|
|||
acts_as_api
|
||||
addressable (= 2.2.4)
|
||||
airbrake
|
||||
bundler (~> 1.1.1)
|
||||
bundler (~> 1.1.0)
|
||||
capistrano (~> 2.9.0)
|
||||
capistrano-ext (= 1.2.1)
|
||||
capistrano_colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue