Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 28, 2024
1 parent 384f28c commit c2eee06
Showing 1 changed file with 37 additions and 34 deletions.
71 changes: 37 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,71 +9,74 @@ GEM
specs:
ast (2.4.2)
backport (1.2.0)
benchmark (0.2.1)
benchmark (0.3.0)
byebug (11.1.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
e2mmap (0.1.0)
jaro_winkler (1.5.4)
json (2.6.3)
jaro_winkler (1.5.6)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
memory_profiler (1.0.1)
minitest (5.17.0)
nokogiri (1.14.2-x86_64-darwin)
minitest (5.22.3)
nokogiri (1.15.6-x86_64-darwin)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc (1.6.2)
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.7.0)
rake (13.1.0)
rbs (2.8.4)
regexp_parser (2.9.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rspec-expectations (3.12.2)
rexml (3.2.6)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.46.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
solargraph (0.48.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
reverse_markdown (>= 1.0.5, < 3)
rubocop (>= 0.52)
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.1)
tilt (2.1.0)
unicode-display_width (2.4.2)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
thor (1.3.1)
tilt (2.3.0)
unicode-display_width (2.5.0)
yard (0.9.36)

PLATFORMS
x86_64-darwin-20
Expand Down

0 comments on commit c2eee06

Please sign in to comment.