Skip to content

Commit

Permalink
Merge RubyGems-3.6.0.dev and Bundler-2.6.0.dev from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 25, 2023
1 parent af4e839 commit 1966a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false

module Bundler
VERSION = "2.5.3".freeze
VERSION = "2.6.0.dev".freeze

def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -9,7 +9,7 @@
require "rbconfig"

module Gem
VERSION = "3.5.3"
VERSION = "3.6.0.dev"
end

# Must be first since it unloads the prelude from 1.9.2
Expand Down

0 comments on commit 1966a61

Please sign in to comment.