Run "bundle update"
This commit is contained in:
parent
7ec1af7318
commit
b1c9b9c115
1 changed files with 11 additions and 10 deletions
21
Gemfile.lock
21
Gemfile.lock
|
@ -7,7 +7,7 @@ GEM
|
|||
base64 (0.2.0)
|
||||
coderay (1.1.3)
|
||||
colored (1.2)
|
||||
concurrent-ruby (1.3.3)
|
||||
concurrent-ruby (1.3.4)
|
||||
cri (2.15.12)
|
||||
ddmetrics (1.1.0)
|
||||
ddplugin (1.0.3)
|
||||
|
@ -70,8 +70,8 @@ GEM
|
|||
test-cmd.rb (~> 0.12.4)
|
||||
nio4r (2.7.3)
|
||||
paint (2.3.0)
|
||||
parallel (1.25.1)
|
||||
parser (3.3.3.0)
|
||||
parallel (1.26.2)
|
||||
parser (3.3.4.2)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pastel (0.8.0)
|
||||
|
@ -81,10 +81,10 @@ GEM
|
|||
method_source (~> 1.0)
|
||||
psych (5.1.2)
|
||||
stringio
|
||||
public_suffix (6.0.0)
|
||||
public_suffix (6.0.1)
|
||||
puma (6.4.2)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.8.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.7)
|
||||
rainbow (3.1.1)
|
||||
rb-fsevent (0.11.2)
|
||||
|
@ -92,7 +92,7 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
rbtree (0.4.6)
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.3.2)
|
||||
rexml (3.3.5)
|
||||
strscan
|
||||
rubocop (1.64.1)
|
||||
json (~> 2.3)
|
||||
|
@ -105,14 +105,14 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
rubocop-ast (1.32.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-performance (1.21.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ryo.rb (0.5.5)
|
||||
server.rb (0.2.2)
|
||||
server.rb (0.3.0)
|
||||
puma (~> 6.3)
|
||||
rack (~> 3.0)
|
||||
set (1.1.0)
|
||||
|
@ -120,7 +120,7 @@ GEM
|
|||
sorted_set (1.0.3)
|
||||
rbtree
|
||||
set (~> 1.0)
|
||||
standard (1.37.0)
|
||||
standard (1.39.2)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.64.0)
|
||||
|
@ -141,7 +141,7 @@ GEM
|
|||
tty-platform (0.3.0)
|
||||
tty-which (0.5.0)
|
||||
unicode-display_width (2.5.0)
|
||||
zeitwerk (2.6.16)
|
||||
zeitwerk (2.6.17)
|
||||
|
||||
PLATFORMS
|
||||
amd64-freebsd-14
|
||||
|
@ -154,6 +154,7 @@ DEPENDENCIES
|
|||
nanoc-tidy.rb (~> 0.8.4)
|
||||
nanoc-webpack.rb (~> 0.10)
|
||||
paint (~> 2.3)
|
||||
rexml (~> 3.3.3)
|
||||
ryo.rb
|
||||
server.rb
|
||||
standard (~> 1.24)
|
||||
|
|
Loading…
Reference in a new issue