aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-07-01 16:29:05 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-07-05 15:11:19 -0300
commit3e347af3375f5a4a0acaec2d9800f9597e90b802 (patch)
treee67d00eaf6408f29d4c51af9d8d5613bd1fd7098 /lib/bundler/shared_helpers.rb
parentc9960af024a6a4b0cd6bcd5ef3e4120b7f9a4a90 (diff)
downloadbundler-3e347af3375f5a4a0acaec2d9800f9597e90b802.tar.gz
Fix deprecation warnings and lack_errors matcher
Diffstat (limited to 'lib/bundler/shared_helpers.rb')
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index 69f1e85e..59cf7a05 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -235,7 +235,7 @@ module Bundler
Bundler.respond_to?(:ui) && Bundler.ui.deprecate(
"Gemfile and Gemfile.lock are " \
"deprecated and will be replaced with gems.rb and " \
- "gems.locked in Bundler 2.0.\n"
+ "gems.locked in Bundler 2.0.", true
)
end
end