padrino app的捆绑更新:找不到"倾斜"的兼容版本

Dan*_*May 3 ruby rubygems sinatra tilt padrino

bundle update在我的padrino应用程序上运行给了我:

Bundler could not find compatible versions for gem "tilt":
  In Gemfile:
    padrino (= 0.11.1) ruby depends on
      tilt (~> 1.3.0) ruby

    padrino (= 0.11.1) ruby depends on
      tilt (1.4.0)
Run Code Online (Sandbox Code Playgroud)

这刚刚开始发生:不确定发生了什么变化.
运行Ruby1.9.3-p392

Gemfile 好像:

source 'https://rubygems.org'
ruby '1.9.3'

gem 'unicorn'
gem 'rake'

gem 'bcrypt-ruby', :require => 'bcrypt'
gem 'slim'
gem 'mongoid', '~>3.0.0'

gem 'haml'

gem 'padrino', '0.11.1'
Run Code Online (Sandbox Code Playgroud)

uji*_*fgc 8

加入gem 'tilt', '1.3.7'你的Gemfile.