Skip to content

Commit

Permalink
Revert upgrade to RubyGems 4.7 (#4232)
Browse files Browse the repository at this point in the history
Fixes #4240, #4237
  • Loading branch information
pkuczynski committed Nov 20, 2017
1 parent 8601821 commit bf3fe2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* Add support for Rubinius 3.85, 3.86
* Add support for Ruby 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204)
* Upgrade RubyGems to 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205)
* Upgrade RubyGems to 2.7.2 [\#4232](https://github.com/rvm/rvm/pull/4232)
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224)

#### Binaries:
Expand Down
2 changes: 1 addition & 1 deletion config/db
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rubygems_repo_url=https://github.com/rubygems/rubygems.git
rubygems_url=https://rubygems.org/rubygems
rubygems_url_fallback_1=https://github.com/rubygems/rubygems/archive/v\1.tar.gz
rubygems_url_fallback_1_pattern=https://rubygems.org/rubygems/rubygems-([[:digit:]\.]+).tgz
rubygems_version=latest-2.7
rubygems_version=latest-2.6
#
# Packages
#
Expand Down

0 comments on commit bf3fe2f

Please sign in to comment.