Skip to content

Conversation

guilleiguaran
Copy link
Member

See #4559

tenderlove added a commit that referenced this pull request Jan 23, 2012
…rsion

Bump rubygems required version to 1.8.11 (default version in 1.9.3-p0)
@tenderlove tenderlove merged commit e6c9902 into rails:master Jan 23, 2012
yahonda added a commit to yahonda/rails that referenced this pull request Dec 24, 2022
rails#45979 relies on
rubygems/rubygems#5486 which is included
in https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md#3313--2022-05-04

- RubyGems 3.3.12` Gem.ruby_version` includes patch level
```ruby
$ gem -v
3.3.12
$ irb
irb(main):001:0> Gem.ruby_version
=> Gem::Version.new("3.1.3.p185")
```

- RubyGems 3.3.13` Gem.ruby_version` does not include patch level
```
$ gem -v
3.3.13
$ irb
irb(main):001:0> Gem.ruby_version
=> Gem::Version.new("3.1.3")
irb(main):002:0>
```

The current version 1.8.11 has been updated to use Ruby 1.9.3-p0
rails#4576
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

Successfully merging this pull request may close these issues.

2 participants