summaryrefslogtreecommitdiff
path: root/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-07 22:10:33 +0100
committergit <svn-admin@ruby-lang.org>2023-12-07 22:29:33 +0000
commit2755cb1b2fbc4a5f08ca56345b5945bd452da74e (patch)
tree3b4500389edac16971410262ec331bae515e29e4 /spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
parent9d696aa20461d94c2d32e1e474bd036ade20c94d (diff)
[rubygems/rubygems] Use modern hashes consistently
https://github.com/rubygems/rubygems/commit/bb66253f2c
Diffstat (limited to 'spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb')
-rw-r--r--spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb b/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
index 72cb579ad4..ac04336636 100644
--- a/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
+++ b/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
@@ -23,7 +23,7 @@ class CompactIndexPartialUpdateBadDigest < CompactIndexAPI
FileUtils.rm_f(file)
file = CompactIndex::VersionsFile.new(file.to_s)
file.create(gems)
- file.contents([], :calculate_info_checksums => true)
+ file.contents([], calculate_info_checksums: true)
end
end