diff options
Diffstat (limited to 'new/Gemfile.lock')
-rw-r--r-- | new/Gemfile.lock | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/new/Gemfile.lock b/new/Gemfile.lock index d610cfd5..74b8aa8f 100644 --- a/new/Gemfile.lock +++ b/new/Gemfile.lock @@ -1,10 +1,20 @@ GEM remote: https://rubygems.org/ specs: + ast (2.4.2) cgi (0.4.1) diff-lcs (1.5.1) erb (4.0.4) cgi (>= 0.3.3) + json (2.9.1) + language_server-protocol (3.17.0.3) + parallel (1.26.3) + parser (3.3.6.0) + ast (~> 2.4.1) + racc + racc (1.8.1) + rainbow (3.1.1) + regexp_parser (2.10.0) rexml (3.4.0) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -21,6 +31,23 @@ GEM rspec-support (3.13.2) rss (0.3.1) rexml + rsync (1.0.9) + rubocop (1.69.2) + json (~> 2.3) + language_server-protocol (>= 3.17.0) + parallel (~> 1.10) + parser (>= 3.3.0.2) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) + unicode-display_width (3.1.3) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) webrick (1.9.1) PLATFORMS @@ -31,6 +58,8 @@ DEPENDENCIES erb rspec rss + rsync + rubocop webrick BUNDLED WITH |