Running bundle update
on my padrino app gives me:
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)
This just started happening: not sure what's changed.
Running Ruby 1.9.3-p392
Gemfile
looks like:
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'