-
Notifications
You must be signed in to change notification settings - Fork 322
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
Drop 1.9 support #242
Comments
+1 |
1 similar comment
+1 |
@sferik what are you plans for continued 1.9 support in the twitter gem? |
Currently, the In the past, my tendency has been to support older versions of Ruby—even past their official support date—if they are still widely used. According to the 2015 Ruby survey, 6.9% of respondents still use Ruby 1.9.3. The current release of the
@zanker Specifically, which features are you interested in using here? Is the plan to change all of our public interfaces to use keyword arguments? Do you have a need for |
Let's keep supporting 1.9 for in |
Okay, well there are some legitimate 2.0+ features to look at, so I'm reopening this and setting it for the 2.0 milestone (i.e. all 1.x releases will support 1.9.3). Ruby 2.0+ support We could perhaps gate usage of this on the Ruby version (i.e. use |
I withdraw any objections to drop support for Ruby 1.9. |
Haha, right after I release 1.0 😉 Let's definitely plan on a 2.0 release of the gem being Ruby 2.0+. |
So I was just talking to @ixti offline about the usage of I'd like to drop that whole thing as well. Curious to hear opinions on how to do that in respect to semantic versioning and so forth. I'm down to ship a "2.0" that does nothing but drop support for 1.9.3. |
I'm OK with shipping Side note. Drop of ruby 1.9.3 support means only drop of jruby 1.7 as well. |
I'm fine with that. Most of our apps are either off JRuby or on 9k so not a big deal to me to drop 1.7 Sent from my iPhone
|
👍 |
|
@tarcieri @sferik @ixti
With JRuby 9.0.0.0, we now have a path forward on using Ruby 2.0+ syntax/code. Given MRI 1.9.3 is EOLd, I think we should drop support for MRI 1.9/JRuby 1.7. It lets us clean up code by using 2.0 syntax/features too.
The text was updated successfully, but these errors were encountered: