mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1
This commit is contained in:
parent
f4e9336d43
commit
711e85674e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue