summaryrefslogtreecommitdiff
path: root/lib/bundler/digest.rb
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2021-10-18 10:12:39 +0200
committerHiroshi SHIBATA <[email protected]>2021-10-25 20:24:32 +0900
commit5af3f7f3574c16ec76fb44b21beec17a74f4417a ()
tree74466c2e744de33d146930dc711d37ab1853ecb0 /lib/bundler/digest.rb
parent86e3d77abb8a033650937710d1ab009e98647494 (diff)
[rubygems/rubygems] Vendor a pure ruby implementation of SHA1
This allows `Source::Git` to no longer load the `digest` gem as it is causing issues on Ruby 3.1. https://.com/rubygems/rubygems/pull/4989/commits/c19a9f2ff7
-rw-r--r--lib/bundler/digest.rb71
1 files changed, 71 insertions, 0 deletions
@@ -0,0 +1,71 @@