Open timuckun opened 12 years ago
I assume, you also have gem acts-as-taggable-on
in your apps Gemfile
?
Try to remove this and run bundle update
.
Actually I don't. I am not sure what is requiring that. Here is my Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'alchemy_cms', :github => 'magiclabs/alchemy_cms' gem "alchemy_crm", :git => 'git://github.com/magiclabs/alchemy_crm'
gem 'devise' gem 'sqlite3'
gem 'json'
group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3' end
gem 'jquery-rails'
Bundler could not find compatible versions for gem "acts-as-taggable-on": In snapshot (Gemfile.lock): acts-as-taggable-on (2.3.3)
In Gemfile: alchemy_crm (>= 0) ruby depends on acts-as-taggable-on (~> 2.1.0) ruby