robinboening / alchemy_crm

A CRM and Newsletter Module for Alchemy CMS
http://alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

update your taggable dependency please #25

Open timuckun opened 12 years ago

timuckun commented 12 years ago

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

tvdeyen commented 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.

timuckun commented 12 years ago

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'

Gems used only for assets and not required

in production environments by default.

group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1'

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

gem 'therubyracer', :platforms => :ruby

gem 'uglifier', '>= 1.0.3' end

gem 'jquery-rails'