Skip to content

Commit c58fd47

Browse files
committed
gems: bump eth-patched to use keccak instead
1 parent a2bca65 commit c58fd47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
# OmniAuth is what this strategy is providing
88
gem "omniauth", ">= 2.0"
99
# Use Ruby-Eth for signature recovery
10-
gem 'eth-patched', '>= 0.4.13'
10+
gem 'eth-patched', '>= 0.4.14'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
digest-sha3-patched-ruby-3 (1.1.1)
5-
eth-patched (0.4.13)
6-
digest-sha3-patched-ruby-3 (~> 1.1)
4+
eth-patched (0.4.14)
75
ffi (~> 1.0)
6+
keccak (~> 1.2)
87
money-tree (~> 0.10.0)
98
rlp (~> 0.7.3)
109
scrypt (~> 3.0.6)
@@ -13,6 +12,7 @@ GEM
1312
ffi (>= 1.0.0)
1413
rake
1514
hashie (4.1.0)
15+
keccak (1.2.0)
1616
money-tree (0.10.0)
1717
ffi
1818
omniauth (2.0.4)

0 commit comments

Comments
 (0)