diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 10:13:35 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 10:13:35 +0800 |
commit | 711e85674e7c98909f5a43b7852ddc763beaa744 (patch) | |
tree | 5e69ed723b573ae6aff36f30a36f41aa9b3ae53f /lib | |
parent | f4e9336d4347e1086eb00494f90650cf6fde3be0 (diff) |
Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/version.rb | 2 | ||||
-rw-r--r-- | lib/rubygems.rb | 2 |
2 files changed, 2 insertions, 2 deletions
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 |