Fix rubygems version mentioned in CHANGELOG

The version check [added][1] is for 3.3.13, but the CHANGELOG specifies
3.3.16

[1]: 7da3353b60749426aac27c6b43d589448f3a3cd0
This commit is contained in:
Hartley McGuire 2023-03-14 23:56:23 -04:00
parent 126d2169d0
commit b40c5f2512
No known key found for this signature in database
GPG Key ID: E823FC1403858A82

@ -1,4 +1,4 @@
* Support prerelease rubies in Gemfile template if RubyGems version is 3.3.16 or higher.
* Support prerelease rubies in Gemfile template if RubyGems version is 3.3.13 or higher.
*Yasuo Honda*, *David Rodríguez*