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

Fix incompatibilities between rake in devtools and virtus #141

Merged
merged 2 commits into from Dec 19, 2012

Conversation

shingara
Copy link
Contributor

Since commit :
mbj/devtools@6f2006c

We need have rake 10.0 like dependencies. So we have 2 choices.

  1. Fix devtools to previous commit
  2. Update rake to 10.0 in virtus.

This commit do the second choice.

Since commit :
mbj/devtools@6f2006c

We need have rake 10.0 like dependencies. So we have 2 choices.

1) Fix devtools to previous commit
2) Update rake to 10.0 in virtus.

This commit do the second choice.
@@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
gem.add_dependency('backports', '~> 2.6.1')
gem.add_dependency('descendants_tracker', '~> 0.0.1')

gem.add_development_dependency('rake', '~> 0.9.2')
gem.add_development_dependency('rake', '~> 10.0')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shingara just remove it from gemspec. We'll rely on gemfile from devtools for all develeopment dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do another commit delete all development_dependency like you ask

solnic added a commit that referenced this pull request Dec 19, 2012
…ools

Fix incompatibilities between rake in devtools and virtus
@solnic solnic merged commit a846b6d into solnic:master Dec 19, 2012
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

2 participants