From 711e85674e7c98909f5a43b7852ddc763beaa744 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 16 Dec 2023 10:13:35 +0800 Subject: Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1 --- lib/bundler/version.rb | 2 +- lib/rubygems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 7c03d8687f..46a984283d 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -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 diff --git a/lib/rubygems.rb b/lib/rubygems.rb index d1381cbb83..a5091b07b8 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -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 -- cgit v1.2.3