mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Set development version to Bundler 2.8.0.dev and RubyGems 3.8.0.dev
Next version for both will be 4.0.0, however, extra work is necessary to get CI passing against the new major. So for now, I'm bumping just the minor version.
This commit is contained in:
parent
60fca1defc
commit
d5f98b9e7e
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
|
||||
module Bundler
|
||||
VERSION = "2.7.0.dev".freeze
|
||||
VERSION = "2.8.0.dev".freeze
|
||||
|
||||
def self.bundler_major_version
|
||||
@bundler_major_version ||= gem_version.segments.first
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
require "rbconfig"
|
||||
|
||||
module Gem
|
||||
VERSION = "3.7.0.dev"
|
||||
VERSION = "3.8.0.dev"
|
||||
end
|
||||
|
||||
# Must be first since it unloads the prelude from 1.9.2
|
||||
|
||||
@ -118,4 +118,4 @@ CHECKSUMS
|
||||
turbo_tests (2.2.5) sha256=3fa31497d12976d11ccc298add29107b92bda94a90d8a0a5783f06f05102509f
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.0.dev
|
||||
2.8.0.dev
|
||||
|
||||
@ -147,4 +147,4 @@ CHECKSUMS
|
||||
unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.0.dev
|
||||
2.8.0.dev
|
||||
|
||||
@ -167,4 +167,4 @@ CHECKSUMS
|
||||
unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.0.dev
|
||||
2.8.0.dev
|
||||
|
||||
@ -105,4 +105,4 @@ CHECKSUMS
|
||||
tilt (2.6.0) sha256=263d748466e0d83e510aa1a2e2281eff547937f0ef06be33d3632721e255f76b
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.0.dev
|
||||
2.8.0.dev
|
||||
|
||||
@ -82,4 +82,4 @@ CHECKSUMS
|
||||
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.0.dev
|
||||
2.8.0.dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user