mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Start to develop 4.1.0.dev
This commit is contained in:
parent
bdbe8d5015
commit
74becf1b61
Notes:
git
2025-12-26 02:02:32 +00:00
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
|
||||
module Bundler
|
||||
VERSION = "4.0.3".freeze
|
||||
VERSION = "4.1.0.dev".freeze
|
||||
|
||||
def self.bundler_major_version
|
||||
@bundler_major_version ||= gem_version.segments.first
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
require "rbconfig"
|
||||
|
||||
module Gem
|
||||
VERSION = "4.0.3"
|
||||
VERSION = "4.1.0.dev"
|
||||
end
|
||||
|
||||
require_relative "rubygems/defaults"
|
||||
|
||||
@ -46,4 +46,4 @@ DEPENDENCIES
|
||||
tapioca
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
@ -36,4 +36,4 @@ DEPENDENCIES
|
||||
warbler!
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
@ -129,4 +129,4 @@ CHECKSUMS
|
||||
turbo_tests (2.2.5) sha256=3fa31497d12976d11ccc298add29107b92bda94a90d8a0a5783f06f05102509f
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
@ -156,4 +156,4 @@ CHECKSUMS
|
||||
unicode-emoji (4.1.0) sha256=4997d2d5df1ed4252f4830a9b6e86f932e2013fbff2182a9ce9ccabda4f325a5
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
@ -176,4 +176,4 @@ CHECKSUMS
|
||||
unicode-emoji (4.1.0) sha256=4997d2d5df1ed4252f4830a9b6e86f932e2013fbff2182a9ce9ccabda4f325a5
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
@ -103,4 +103,4 @@ CHECKSUMS
|
||||
tilt (2.6.1) sha256=35a99bba2adf7c1e362f5b48f9b581cce4edfba98117e34696dde6d308d84770
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.1.0.dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user