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

Require bundled rake version #330

Merged
merged 1 commit into from May 21, 2013
Merged

Require bundled rake version #330

merged 1 commit into from May 21, 2013

Conversation

sos4nt
Copy link
Collaborator

@sos4nt sos4nt commented May 10, 2013

require 'rake/testtask' uses the latest rake version. Zeus fails to start if this version does not match the bundled rake version, i.e. the one specified in Gemfile.lock:

You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

This fix explicitly requires the rake version as specified in Gemfile.lock.

`require 'rake/testtask'` uses the latest rake version. Zeus fails to start if this version does not match the bundled rake version, i.e. the one specified in Gemfile.lock:

> You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3.

This fix explicitly requires the rake version as specified in Gemfile.lock.
burke added a commit that referenced this pull request May 21, 2013
Require bundled rake version
@burke burke merged commit 1208e4b into burke:master May 21, 2013
@sos4nt sos4nt deleted the patch-1 branch May 21, 2013 16:40
@joevandyk
Copy link

Any chance you could push out a new release with this in it?

@ku1ik
Copy link

ku1ik commented Jul 20, 2013

+1

@jaredbeck
Copy link

I'm still seeing this with Zeus version 0.13.3.rc2

@markburns
Copy link

+1

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

Successfully merging this pull request may close these issues.

None yet

6 participants