summaryrefslogtreecommitdiff
path: root/lib/bundler/digest.rb
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/digest.rb2
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ module Bundler
words.map!.with_index {|word, index| SHA1_MASK & (word + mutated[index]) }
end
- words.pack("N*").unpack("H*").first
end
private