mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 09:04:05 +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
|
# frozen_string_literal: false
|
||||||
|
|
||||||
module Bundler
|
module Bundler
|
||||||
VERSION = "2.5.0.dev".freeze
|
VERSION = "2.5.1".freeze
|
||||||
|
|
||||||
def self.bundler_major_version
|
def self.bundler_major_version
|
||||||
@bundler_major_version ||= VERSION.split(".").first.to_i
|
@bundler_major_version ||= VERSION.split(".").first.to_i
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
require "rbconfig"
|
require "rbconfig"
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
VERSION = "3.5.0.dev"
|
VERSION = "3.5.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Must be first since it unloads the prelude from 1.9.2
|
# Must be first since it unloads the prelude from 1.9.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue