summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-03-20 20:09:12 -0500
committerStefan Lance <stefan@lances.net>2015-03-20 20:09:12 -0500
commit50cf9f752f724241d0cb9db0d7fd7d898e545fa5 (patch)
treed95fd9952f70a730cfe3c0de1af81fc2989fdc56 /bin
parentda8ffe2a9a6a2142f55c1ddb8b31ca9ae50e8095 (diff)
downloadbundler-50cf9f752f724241d0cb9db0d7fd7d898e545fa5.tar.gz
Add bundle_ruby deprecation warning
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle_ruby2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bundle_ruby b/bin/bundle_ruby
index 1e02c57501..ca7cafc433 100755
--- a/bin/bundle_ruby
+++ b/bin/bundle_ruby
@@ -41,6 +41,8 @@ module Bundler
end
end
+puts "Warning: bundle_ruby will be deprecated in Bundler 2.0.0."
+
dsl = Bundler::Dsl.new
begin
dsl.eval_gemfile(Bundler::SharedHelpers.default_gemfile)