Skip to content

Commit

Permalink
gems: replace digest-sha3-patched with keccak (#58)
Browse files Browse the repository at this point in the history
* gems: replace digest-sha3-patched with digest-sha3-patched-ruby-3

* gemspec: replace unmaintained sha3 digest with keccak gem
  • Loading branch information
q9f authored Oct 27, 2021
1 parent 7a72d78 commit d09d5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'digest-sha3-patched', '~> 1.1'
spec.add_dependency 'keccak', '~> 1.2'
spec.add_dependency 'ffi', '~> 1.0'
spec.add_dependency 'money-tree', '~> 0.10.0'
spec.add_dependency 'rlp', '~> 0.7.3'
Expand Down

0 comments on commit d09d5f3

Please sign in to comment.