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

Test suite seems to be broken #2

Open
jeroenvandijk opened this issue Jul 29, 2011 · 2 comments
Open

Test suite seems to be broken #2

jeroenvandijk opened this issue Jul 29, 2011 · 2 comments

Comments

@jeroenvandijk
Copy link

I did a bundle install and after that a bundle exec rake and that didn't work. Then I changed the gemspec a bit to get all the dependencies, but it seems there is a conflict between the test Rails app that requires Rails 2.3.8 with a dependency on Rack version 1.1.0 whereas the Rack version required by the Gemfile is ~> 1.2.0...

Can you confirm this?

I wanted to do a patch for Restfulie to add MultiJson instead of json_pure

@guilhermesilveira
Copy link
Member

You are correct. there is a conflict between the test app and the gem itself... if you can update the test app to any other compatible version, go for it! ill take a look at the patch now

@kshahkshah
Copy link

I've seen the same, and though I'm using Rails 2.3, I'm almost tempted to just settle on testing for Rails 3 only.

Maybe drop support for the old DSL?

Thoughts?

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