diff options
author | David RodrÃguez <[email protected]> | 2025-06-10 16:11:57 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-19 10:23:36 +0900 |
commit | 441f18df5279ba8f921015dcdd9ed1e7299660e9 () | |
tree | b2d689dc543e951341008ccf97a468fb76938db6 /lib/bundler/version.rb | |
parent | 471da0f0bd8adcff4a32d51fcf5fe8828f05d6b0 (diff) |
Skip to Bundler 4 directly
-rw-r--r-- | lib/bundler/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # frozen_string_literal: false module Bundler - VERSION = (ENV["BUNDLER_3_MODE"] == "true" ? "3.0.0" : "2.7.0.dev").freeze def self.bundler_major_version @bundler_major_version ||= VERSION.split(".").first.to_i |