Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 60 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,83 @@ PATH
specs:
payment_services (0.1.0)
activesupport
block_io
jwt
virtus
workflow

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.2)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
base32 (0.3.4)
bech32 (1.3.0)
thor (>= 1.1.0)
bip-schnorr (0.4.0)
ecdsa (~> 1.2.0)
bitcoinrb (1.2.1)
base32 (>= 0.3.4)
bech32 (>= 1.3.0)
bip-schnorr (>= 0.4.0)
daemon-spawn
ecdsa
eventmachine
eventmachine_httpserver
ffi
iniparse
json_pure (>= 2.3.1)
leb128 (~> 1.0.0)
murmurhash3
protobuf (= 3.8.5)
siphash
thor
block_io (3.1.0)
bitcoinrb (>= 1.2.1, < 2)
oj (~> 3.0, < 4)
typhoeus (~> 1.0, < 2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.10)
daemon-spawn (0.4.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
equalizer (0.0.11)
i18n (1.2.0)
ecdsa (1.2.0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine_httpserver (0.2.1)
ffi (1.15.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iniparse (1.5.0)
jaro_winkler (1.5.1)
jwt (2.1.0)
minitest (5.11.3)
json_pure (2.6.3)
jwt (2.6.0)
leb128 (1.0.0)
middleware (0.1.0)
minitest (5.17.0)
murmurhash3 (0.1.7)
oj (3.13.23)
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
protobuf (3.8.5)
activesupport (>= 3.2)
middleware
thor
thread_safe
rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
Expand All @@ -61,16 +104,19 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
siphash (0.0.1)
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.4.0)
virtus (1.0.5)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
workflow (1.2.0)
workflow (3.0.0)

PLATFORMS
ruby
Expand Down