Run "bundle update"
This commit is contained in:
parent
f496d66753
commit
4f0276b280
2 changed files with 20 additions and 23 deletions
2
Gemfile
2
Gemfile
|
@ -14,5 +14,5 @@ gem "standard", "~> 1.24"
|
|||
gem "paint", "~> 2.3"
|
||||
gem "listen", "~> 3.0"
|
||||
gem "test-cmd.rb"
|
||||
gem "rexml", "~> 3.3.3"
|
||||
gem "rexml", "~> 3.3"
|
||||
gem "rake", "~> 13.2"
|
||||
|
|
41
Gemfile.lock
41
Gemfile.lock
|
@ -16,14 +16,14 @@ GEM
|
|||
immutable-ruby (0.2.0)
|
||||
concurrent-ruby (~> 1.1)
|
||||
sorted_set (~> 1.0)
|
||||
json (2.7.2)
|
||||
json (2.7.4)
|
||||
json_schema (0.21.0)
|
||||
language_server-protocol (3.17.0.3)
|
||||
lint_roller (1.1.0)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
memo_wise (1.9.0)
|
||||
memo_wise (1.10.0)
|
||||
method_source (1.1.0)
|
||||
nanoc (4.13.0)
|
||||
addressable (~> 2.5)
|
||||
|
@ -63,10 +63,10 @@ GEM
|
|||
nanoc-webpack.rb (0.10.6)
|
||||
ryo.rb (~> 0.5)
|
||||
test-cmd.rb (~> 0.12.4)
|
||||
nio4r (2.7.3)
|
||||
nio4r (2.7.4)
|
||||
paint (2.3.0)
|
||||
parallel (1.26.2)
|
||||
parser (3.3.4.2)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.5.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pastel (0.8.0)
|
||||
|
@ -80,7 +80,7 @@ GEM
|
|||
puma (6.4.3)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.7)
|
||||
rack (3.1.8)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
rb-fsevent (0.11.2)
|
||||
|
@ -88,22 +88,20 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
rbtree (0.4.6)
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.3.6)
|
||||
strscan
|
||||
rubocop (1.65.1)
|
||||
rexml (3.3.9)
|
||||
rubocop (1.66.1)
|
||||
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.4, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-ast (>= 1.32.2, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.32.0)
|
||||
rubocop-ast (1.32.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-performance (1.21.1)
|
||||
rubocop-performance (1.22.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
|
@ -116,28 +114,27 @@ GEM
|
|||
sorted_set (1.0.3)
|
||||
rbtree
|
||||
set (~> 1.0)
|
||||
standard (1.40.0)
|
||||
standard (1.41.1)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.65.0)
|
||||
rubocop (~> 1.66.0)
|
||||
standard-custom (~> 1.0.0)
|
||||
standard-performance (~> 1.4)
|
||||
standard-performance (~> 1.5)
|
||||
standard-custom (1.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.50)
|
||||
standard-performance (1.4.0)
|
||||
standard-performance (1.5.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop-performance (~> 1.21.0)
|
||||
rubocop-performance (~> 1.22.0)
|
||||
stringio (3.1.1)
|
||||
strscan (3.1.0)
|
||||
test-cmd.rb (0.12.4)
|
||||
tty-color (0.6.0)
|
||||
tty-command (0.10.1)
|
||||
pastel (~> 0.8)
|
||||
tty-platform (0.3.0)
|
||||
tty-which (0.5.0)
|
||||
unicode-display_width (2.5.0)
|
||||
zeitwerk (2.6.17)
|
||||
unicode-display_width (2.6.0)
|
||||
zeitwerk (2.7.1)
|
||||
|
||||
PLATFORMS
|
||||
amd64-freebsd-14
|
||||
|
@ -149,7 +146,7 @@ DEPENDENCIES
|
|||
nanoc-webpack.rb (~> 0.10)
|
||||
paint (~> 2.3)
|
||||
rake (~> 13.2)
|
||||
rexml (~> 3.3.3)
|
||||
rexml (~> 3.3)
|
||||
ryo.rb
|
||||
server.rb
|
||||
standard (~> 1.24)
|
||||
|
|
Loading…
Reference in a new issue