Skip to content
Open
Show file tree
Hide file tree
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
30 changes: 21 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,53 @@ PATH
specs:
payment_services (0.1.0)
activesupport
block_io
jwt
virtus
workflow

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.2)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
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)
block_io (1.2.1)
ecdsa (~> 1.2, >= 1.2.0)
httpclient (~> 2.8, >= 2.8.0)
oj (~> 3.3, >= 3.3.5)
pbkdf2-ruby (~> 0.2, >= 0.2.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.6)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
ecdsa (1.2.0)
equalizer (0.0.11)
i18n (1.2.0)
httpclient (2.8.3)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
jwt (2.1.0)
minitest (5.11.3)
jwt (2.2.1)
minitest (5.14.0)
oj (3.10.2)
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
pbkdf2-ruby (0.2.1)
powerpack (0.1.2)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -62,23 +73,24 @@ GEM
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
virtus (1.0.5)
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 (2.0.2)
zeitwerk (2.2.2)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
payment_services!
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 0.61)

Expand Down
2 changes: 1 addition & 1 deletion payment_services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'block_io'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.61'
end