NETRAVE/lib/Gemfile.lock

80 lines
1.6 KiB
Plaintext
Raw Normal View History

GEM
remote: https://rubygems.org/
specs:
2023-06-03 10:35:25 -06:00
ast (2.4.2)
2023-06-03 12:35:00 -06:00
backport (1.2.0)
benchmark (0.2.1)
console (1.16.2)
fiber-local
curses (1.4.4)
2023-06-03 12:35:00 -06:00
diff-lcs (1.5.0)
e2mmap (0.1.0)
fiber-local (1.0.0)
2023-06-03 12:35:00 -06:00
jaro_winkler (1.5.6)
2023-06-03 10:35:25 -06:00
json (2.6.3)
2023-06-03 12:35:00 -06:00
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
mysql2 (0.5.5)
2023-06-03 12:35:00 -06:00
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
2023-06-03 10:35:25 -06:00
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
2023-06-03 12:35:00 -06:00
racc (1.6.2)
2023-06-03 10:35:25 -06:00
rainbow (3.1.1)
2023-06-03 12:35:00 -06:00
rbs (2.8.4)
2023-06-03 10:35:25 -06:00
regexp_parser (2.8.0)
2023-06-03 12:35:00 -06:00
reverse_markdown (2.1.1)
nokogiri
2023-06-03 10:35:25 -06:00
rexml (3.2.5)
rubocop (1.52.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
sequel (5.69.0)
2023-06-03 12:35:00 -06:00
solargraph (0.49.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
thor (1.2.2)
tilt (2.1.0)
2023-06-03 10:35:25 -06:00
unicode-display_width (2.4.2)
2023-06-03 12:35:00 -06:00
yard (0.9.34)
PLATFORMS
x86_64-linux
DEPENDENCIES
console
curses (~> 1.4)
mysql2 (~> 0.5.5)
2023-06-03 10:35:25 -06:00
rubocop (~> 1.52)
sequel (~> 5.69)
2023-06-03 12:35:00 -06:00
solargraph (~> 0.49.0)
BUNDLED WITH
2.4.13