From 23ecaab8dd7e7153ee34cc2cdf43df4448d66e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 10 Jun 2023 00:03:51 +0200 Subject: [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 --- lib/bundler/definition.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3