Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1

This commit is contained in:
Hiroshi SHIBATA 2023-12-16 10:13:35 +08:00
parent f4e9336d43
commit 711e85674e
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
VERSION = "2.5.0.dev".freeze
VERSION = "2.5.1".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i

View File

@ -9,7 +9,7 @@
require "rbconfig"
module Gem
VERSION = "3.5.0.dev"
VERSION = "3.5.1"
end
# Must be first since it unloads the prelude from 1.9.2