[rubygems/rubygems] Consistently use "lockfile" over "lock file"

e891be9197
This commit is contained in:
David Rodríguez 2025-03-12 18:16:57 +01:00 committed by Hiroshi SHIBATA
parent 33201adf68
commit bb1b5877a7
Notes: git 2025-03-24 04:25:33 +00:00
17 changed files with 22 additions and 22 deletions

View file

@ -67,7 +67,7 @@ RSpec.describe "real source plugins" do
expect(the_bundle).to include_gems("a-path-gem 1.0")
end
it "writes to lock file" do
it "writes to lockfile" do
bundle "install"
checksums = checksums_section_when_enabled do |c|
@ -336,7 +336,7 @@ RSpec.describe "real source plugins" do
expect(the_bundle).to include_gems("ma-gitp-gem 1.0")
end
it "writes to lock file" do
it "writes to lockfile" do
revision = revision_for(lib_path("ma-gitp-gem-1.0"))
bundle "install"