Skip to content

Commit d16360f

Browse files
Bump Rubygems version to 3.2.17
1 parent c362677 commit d16360f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundler/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.2.17 (May 3, 2021)
1+
# 2.2.17 (May 5, 2021)
22

33
## Enhancements:
44

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'rbconfig'
99

1010
module Gem
11-
VERSION = "3.2.16".freeze
11+
VERSION = "3.2.17".freeze
1212
end
1313

1414
# Must be first since it unloads the prelude from 1.9.2

rubygems-update.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rubygems-update"
5-
s.version = "3.2.16"
5+
s.version = "3.2.17"
66
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
77
88

0 commit comments

Comments
 (0)