You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I did a
bundle install
and after that abundle 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
The text was updated successfully, but these errors were encountered: