[rubygems/rubygems] Use "frozen" rather than "deployment" in error message

I think it communicates better what's going on.

07a25767a4
This commit is contained in:
David Rodríguez 2023-06-10 00:03:51 +02:00 committed by Hiroshi SHIBATA
parent 2ff9b7b93d
commit 23ecaab8dd
6 changed files with 18 additions and 18 deletions

View file

@ -109,7 +109,7 @@ Usage: "bundle inject GEM VERSION"
gem "rack-obama"
G
bundle "inject 'rack' '> 0'", :raise_on_error => false
expect(err).to match(/trying to install in deployment mode after changing/)
expect(err).to match(/trying to install in frozen mode after changing/)
expect(bundled_app_lock.read).not_to match(/rack-obama/)
end