Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.dev
This commit is contained in:
parent
70e90d5276
commit
0c0b739d97
Notes:
git
2024-12-26 01:27:44 +00:00
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
|
||||
module Bundler
|
||||
VERSION = "2.6.2".freeze
|
||||
VERSION = "2.7.0.dev".freeze
|
||||
|
||||
def self.bundler_major_version
|
||||
@bundler_major_version ||= VERSION.split(".").first.to_i
|
||||
|
@ -9,7 +9,7 @@
|
||||
require "rbconfig"
|
||||
|
||||
module Gem
|
||||
VERSION = "3.6.2"
|
||||
VERSION = "3.7.0.dev"
|
||||
end
|
||||
|
||||
# Must be first since it unloads the prelude from 1.9.2
|
||||
|
@ -27,4 +27,4 @@ DEPENDENCIES
|
||||
warbler (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.0.dev
|
||||
2.7.0.dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user