|
|
@@ -10,10 +10,12 @@ PATH
|
|
|
payment (1.0.0)
|
|
|
activesupport (>= 7.0)
|
|
|
paratika (~> 1.0)
|
|
|
+ steep
|
|
|
|
|
|
GEM
|
|
|
remote: https://rubygems.org/
|
|
|
specs:
|
|
|
+ abbrev (0.1.2)
|
|
|
activesupport (7.1.3.2)
|
|
|
base64
|
|
|
bigdecimal
|
|
|
@@ -36,11 +38,18 @@ GEM
|
|
|
builder (3.2.4)
|
|
|
concurrent-ruby (1.2.3)
|
|
|
connection_pool (2.4.1)
|
|
|
+ csv (3.3.0)
|
|
|
drb (2.2.1)
|
|
|
+ ffi (1.16.3)
|
|
|
+ fileutils (1.7.2)
|
|
|
i18n (1.14.4)
|
|
|
concurrent-ruby (~> 1.0)
|
|
|
json (2.7.1)
|
|
|
language_server-protocol (3.17.0.3)
|
|
|
+ listen (3.9.0)
|
|
|
+ rb-fsevent (~> 0.10, >= 0.10.3)
|
|
|
+ rb-inotify (~> 0.9, >= 0.9.10)
|
|
|
+ logger (1.6.0)
|
|
|
method_source (1.0.0)
|
|
|
minitest (5.22.3)
|
|
|
minitest-focus (1.4.0)
|
|
|
@@ -61,6 +70,11 @@ GEM
|
|
|
rack (3.0.10)
|
|
|
rainbow (3.1.1)
|
|
|
rake (13.1.0)
|
|
|
+ rb-fsevent (0.11.2)
|
|
|
+ rb-inotify (0.10.1)
|
|
|
+ ffi (~> 1.0)
|
|
|
+ rbs (3.4.4)
|
|
|
+ abbrev
|
|
|
regexp_parser (2.9.0)
|
|
|
reverse_markdown (2.1.1)
|
|
|
nokogiri
|
|
|
@@ -84,6 +98,25 @@ GEM
|
|
|
rubocop-rake (0.6.0)
|
|
|
rubocop (~> 1.0)
|
|
|
ruby-progressbar (1.13.0)
|
|
|
+ securerandom (0.3.1)
|
|
|
+ steep (1.6.0)
|
|
|
+ activesupport (>= 5.1)
|
|
|
+ concurrent-ruby (>= 1.1.10)
|
|
|
+ csv (>= 3.0.9)
|
|
|
+ fileutils (>= 1.1.0)
|
|
|
+ json (>= 2.1.0)
|
|
|
+ language_server-protocol (>= 3.15, < 4.0)
|
|
|
+ listen (~> 3.0)
|
|
|
+ logger (>= 1.3.0)
|
|
|
+ parser (>= 3.1)
|
|
|
+ rainbow (>= 2.2.2, < 4.0)
|
|
|
+ rbs (>= 3.1.0)
|
|
|
+ securerandom (>= 0.1)
|
|
|
+ strscan (>= 1.0.0)
|
|
|
+ terminal-table (>= 2, < 4)
|
|
|
+ strscan (3.1.0)
|
|
|
+ terminal-table (3.0.2)
|
|
|
+ unicode-display_width (>= 1.1.1, < 3)
|
|
|
tzinfo (2.0.6)
|
|
|
concurrent-ruby (~> 1.0)
|
|
|
unicode-display_width (2.5.0)
|
|
|
@@ -103,6 +136,7 @@ DEPENDENCIES
|
|
|
rubocop
|
|
|
rubocop-minitest
|
|
|
rubocop-rake
|
|
|
+ steep
|
|
|
|
|
|
BUNDLED WITH
|
|
|
2.3.23
|