We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bca65 commit c58fd47Copy full SHA for c58fd47
Gemfile
@@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
# OmniAuth is what this strategy is providing
8
gem "omniauth", ">= 2.0"
9
# Use Ruby-Eth for signature recovery
10
-gem 'eth-patched', '>= 0.4.13'
+gem 'eth-patched', '>= 0.4.14'
Gemfile.lock
@@ -1,10 +1,9 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- digest-sha3-patched-ruby-3 (1.1.1)
5
- eth-patched (0.4.13)
6
- digest-sha3-patched-ruby-3 (~> 1.1)
+ eth-patched (0.4.14)
ffi (~> 1.0)
+ keccak (~> 1.2)
money-tree (~> 0.10.0)
rlp (~> 0.7.3)
scrypt (~> 3.0.6)
@@ -13,6 +12,7 @@ GEM
13
12
ffi (>= 1.0.0)
14
rake
15
hashie (4.1.0)
+ keccak (1.2.0)
16
money-tree (0.10.0)
17
ffi
18
omniauth (2.0.4)
0 commit comments