aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle_ruby2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle_ruby b/bin/bundle_ruby
index df6f8cc8a1..2209c6195f 100755
--- a/bin/bundle_ruby
+++ b/bin/bundle_ruby
@@ -3,7 +3,7 @@
require "bundler/shared_helpers"
-Bundler::SharedHelpers.major_deprecation(2, "the bundle_ruby executable has been removed in favor of `bundle platform --ruby`")
+Bundler::SharedHelpers.major_deprecation(3, "the bundle_ruby executable has been removed in favor of `bundle platform --ruby`")
Signal.trap("INT") { exit 1 }