locomotivecms / engine

A platform to create, publish and edit sites
http://www.locomotivecms.com
Other
2.31k stars 626 forks source link

Bundle install failed #669

Closed jianbo closed 11 years ago

jianbo commented 11 years ago

Bundler could not find compatible versions for gem "multi_json": In Gemfile: locomotive_cms (~> 2.0.1) ruby depends on multi_json (~> 1.3.4) ruby

rails (= 3.2.13) ruby depends on
  multi_json (1.7.2)

source 'https://rubygems.org'

gem 'rails', '3.2.13'

Bundle edge Rails instead:

gem 'rails', :git => 'git://github.com/rails/rails.git'

Gems used only for assets and not required

in production environments by default.

group :assets do

See https://github.com/sstephenson/execjs#readme for more supported runtimes

gem 'therubyracer', '>= 0.8.2'

end

gem 'jquery-rails'

To use ActiveModel has_secure_password

gem 'bcrypt-ruby', '~> 3.0.0'

To use Jbuilder templates for JSON

gem 'jbuilder'

Use unicorn as the app server

gem 'unicorn'

Deploy with Capistrano

gem 'capistrano'

To use debugger

gem 'ruby-debug'

gem "mongo_mapper" gem 'locomotive_cms', '~> 2.0.1', :require => 'locomotive/engine' gem 'unicorn', :group => 'development' gem 'compass-rails', '~> 1.0.2', :group => 'assets' gem 'sass-rails', '~> 3.2.4', :group => 'assets' gem 'coffee-rails', '~> 3.2.2', :group => 'assets' gem 'uglifier', '~> 1.2.4', :group => 'assets'

felix-last commented 11 years ago

Would you share how you solved this please? I'm facing the same error with locomotive_cms (~> 2.1.0) ruby depends on multi_json (~> 1.7.3) ruby, uglifier (>= 1.0.3) ruby depends on multi_json (1.3.7), and coffee-rails (~> 3.2.1) ruby depends on multi_json (1.3.7).

felix-last commented 11 years ago

Running bundle update fixed this for me.

Hengjie commented 11 years ago

I can confirm bundle update works for Locomotive 2.1 as well.