Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Added ruby_22? and friends to CurrentRuby. #3309

Merged
merged 1 commit into from
Dec 14, 2014
Merged

Added ruby_22? and friends to CurrentRuby. #3309

merged 1 commit into from
Dec 14, 2014

Conversation

thomasfedb
Copy link
Contributor

Backported #3189 to the 1.7 branch.

@indirect
Copy link
Member

Thanks!

indirect added a commit that referenced this pull request Dec 14, 2014
Added ruby_22? and friends to CurrentRuby.
@indirect indirect merged commit 36f6bd6 into rubygems:1-7-stable Dec 14, 2014
@sferik
Copy link
Member

sferik commented Dec 28, 2014

🚢❓

@indirect
Copy link
Member

yeah, it's out! I'll release later today.

@thomasfedb
Copy link
Contributor Author

@@ -14,6 +14,7 @@ class Dependency < Gem::Dependency
:ruby_19 => Gem::Platform::RUBY,
:ruby_20 => Gem::Platform::RUBY,
:ruby_21 => Gem::Platform::RUBY,
:ruby_22 => Gem::Platform::RUBY,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like mri_22 was omitted here. #3328 should address this.

myabc added a commit to opf/openproject that referenced this pull request Jan 5, 2015
We need Bundler 1.7.11+ to support Ruby 2.2 platform:
rubygems/bundler#3309
rubygems/bundler#3328

Signed-off-by: Alex Coles <[email protected]>
myabc added a commit to opf/openproject that referenced this pull request Jan 26, 2015
We need Bundler 1.7.11+ to support Ruby 2.2 platform:
rubygems/bundler#3309
rubygems/bundler#3328

Signed-off-by: Alex Coles <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants