Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.dev

This commit is contained in:
Hiroshi SHIBATA 2024-12-26 09:53:22 +09:00
parent 70e90d5276
commit 0c0b739d97
Notes: git 2024-12-26 01:27:44 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -27,4 +27,4 @@ DEPENDENCIES
warbler (~> 2.0)
BUNDLED WITH
2.6.0.dev
2.7.0.dev