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

Commits on May 10, 2013

  1. Require bundled rake version

    `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.
    sos4nt committed May 10, 2013
    Copy the full SHA
    1f8213d View commit details
    Browse the repository at this point in the history