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

relax multi_json restriction #339

Closed
thoughtafter opened this issue Dec 31, 2012 · 2 comments
Closed

relax multi_json restriction #339

thoughtafter opened this issue Dec 31, 2012 · 2 comments

Comments

@thoughtafter
Copy link
Contributor

Unless there is a reason that twitter requires multi_json >= 1.3 it would be nice to change that to >= 1.2 so that versions of the twitter gem after 2.2.1 are compatible with Rails ActiveSupport 3.1 which restricts to multi_json < 1.3:

https://rubygems.org/gems/activesupport/versions/3.1.8

Or if there is another way to achieve Rails 3.1 support that would be great, especially in the wake of need to upgrade to Twitter 4.

@robdiciuccio
Copy link

+1

@sferik sferik closed this as completed in 46327e7 Jan 8, 2013
@sferik
Copy link
Owner

sferik commented Jan 8, 2013

This is fixed in master. I'm not planning to push another release for a little while but you can point to this git source in your Gemfile, like so:

gem 'twitter', :git => 'git://github.com/sferik/twitter.git'

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