summaryrefslogtreecommitdiff
path: root/spec/bundler/plugin/api/source_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/plugin/api/source_spec.rb')
-rw-r--r--spec/bundler/plugin/api/source_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/plugin/api/source_spec.rb b/spec/bundler/plugin/api/source_spec.rb
index 0118ff3d19..2c50ff56a4 100644
--- a/spec/bundler/plugin/api/source_spec.rb
+++ b/spec/bundler/plugin/api/source_spec.rb
@@ -36,7 +36,7 @@ RSpec.describe Bundler::Plugin::API::Source do
context "install_path" do
let(:uri) { "uri://to/a/repository-name" }
- let(:hash) { Digest::SHA1.hexdigest(uri) }
+ let(:hash) { Digest(:SHA1).hexdigest(uri) }
let(:install_path) { Pathname.new "/bundler/install/path" }
before do