summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-06-10 00:03:51 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-15 07:01:24 +0900
commit23ecaab8dd7e7153ee34cc2cdf43df4448d66e41 (patch)
tree29f49bfa60e5c984bb0e9ecb962538c2371343ff /lib/bundler/definition.rb
parent2ff9b7b93dc3929426be393ccd05ece2f89d8276 (diff)
[rubygems/rubygems] Use "frozen" rather than "deployment" in error message
I think it communicates better what's going on. https://github.com/rubygems/rubygems/commit/07a25767a4
Diffstat (limited to 'lib/bundler/definition.rb')
-rw-r--r--lib/bundler/definition.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 0e71ef94b1..1713973236 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -365,7 +365,7 @@ module Bundler
def ensure_equivalent_gemfile_and_lockfile(explicit_flag = false)
msg = String.new
- msg << "You are trying to install in deployment mode after changing your Gemfile.\n" \
+ msg << "You are trying to install in frozen mode after changing your Gemfile.\n" \
"Run `bundle install` elsewhere and add the updated #{Bundler.default_lockfile.relative_path_from(SharedHelpers.pwd)} to version control.\n"
unless explicit_flag