Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rake dependency #74

Closed
josegrad opened this issue Nov 7, 2011 · 3 comments
Closed

Rake dependency #74

josegrad opened this issue Nov 7, 2011 · 3 comments

Comments

@josegrad
Copy link

josegrad commented Nov 7, 2011

Hi, i had to revert to rake 0.8.7 because 0.9.2 has created so much mess (specially with Heroku workers on my app)

I was using old Feedzirra and today I decided to update the gem to 0.1.1

This is my gem file:

gem 'rake', '0.8.7'
gem 'rails', '3.0.6'
gem 'i18n-active_record', :git => 'git://github.com/svenfuchs/i18n-active_record.git', :require => 'i18n/active_record'
gem 'pg'
gem 'curb', :git => 'git://github.com/taf2/curb.git'
gem 'nokogiri', '1.4.4'
group :after_initialize do
gem "feedzirra", "0.1.1"
end
gem 'jquery-rails', '>= 1.0.3'
gem 'ancestry'
gem 'dalli'
gem 'aws-s3'
gem 'delayed_job'

I am getting this error running bundle install:

Bundler could not find compatible versions for gem "rake":
In Gemfile:
feedzirra (= 0.1.1) depends on
rake

rake (0.8.7)

Does Feedzirra depend on a specific rake version?

Cheers.

@josegrad
Copy link
Author

josegrad commented Nov 7, 2011

Hi,

I just check the code and found the s.add_runtime_dependency 'rake', ['>= 0.9.2']
Well, good. Rake 0.9.2 has been a box of complains and problems since I started using it. The Heroku guys also recommended to revert to 0.8.7 to avoid problems. Is that dependency really tight?

I imagine there's plenty of changes between Feedzirra 0.0.24 and 0.1.1
What's the best way to see main changes between those?

Thanks.

@archiloque
Copy link
Contributor

I think rake can probably be downgraded without changing anything else, I'll have a look

@dkubb
Copy link

dkubb commented Dec 5, 2011

Is there a feedzirra release coming soon that includes this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants