From bb1b5877a7b2dba79c81275f32b7cc5485323540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 12 Mar 2025 18:16:57 +0100 Subject: [rubygems/rubygems] Consistently use "lockfile" over "lock file" https://github.com/rubygems/rubygems/commit/e891be9197 --- lib/bundler/resolver/candidate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/resolver/candidate.rb') diff --git a/lib/bundler/resolver/candidate.rb b/lib/bundler/resolver/candidate.rb index ad280fe82d..5298b2530f 100644 --- a/lib/bundler/resolver/candidate.rb +++ b/lib/bundler/resolver/candidate.rb @@ -17,7 +17,7 @@ module Bundler # Some candidates may also keep some information explicitly about the # package they refer to. These candidates are referred to as "canonical" and # are used when materializing resolution results back into RubyGems - # specifications that can be installed, written to lock files, and so on. + # specifications that can be installed, written to lockfiles, and so on. # class Candidate include Comparable -- cgit v1.2.3