Run "bundle update"
This commit is contained in:
parent
0e5b8db6bf
commit
2a46879a68
2 changed files with 10 additions and 15 deletions
2
Gemfile
2
Gemfile
|
@ -13,7 +13,7 @@ gem "nanoc-tidy.rb", "~> 0.8.4"
|
|||
|
||||
##
|
||||
# dev
|
||||
gem "server.rb", github: "0x1eef/server.rb"
|
||||
gem "server.rb"
|
||||
gem "ryo.rb"
|
||||
gem "standard", "~> 1.24"
|
||||
gem "paint", "~> 2.3"
|
||||
|
|
23
Gemfile.lock
23
Gemfile.lock
|
@ -1,11 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/0x1eef/server.rb.git
|
||||
revision: c1cf8b235c732d85d708f784ab16d2075cca9f79
|
||||
specs:
|
||||
server.rb (0.3.0)
|
||||
puma (~> 6.3)
|
||||
rack (~> 3.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -102,13 +94,13 @@ GEM
|
|||
regexp_parser (2.9.2)
|
||||
rexml (3.3.5)
|
||||
strscan
|
||||
rubocop (1.64.1)
|
||||
rubocop (1.65.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 (>= 1.8, < 3.0)
|
||||
regexp_parser (>= 2.4, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
|
@ -119,16 +111,19 @@ GEM
|
|||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ryo.rb (0.5.5)
|
||||
ryo.rb (0.5.6)
|
||||
server.rb (0.4.0)
|
||||
puma (~> 6.3)
|
||||
rack (~> 3.0)
|
||||
set (1.1.0)
|
||||
slow_enumerator_tools (1.1.0)
|
||||
sorted_set (1.0.3)
|
||||
rbtree
|
||||
set (~> 1.0)
|
||||
standard (1.39.2)
|
||||
standard (1.40.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.64.0)
|
||||
rubocop (~> 1.65.0)
|
||||
standard-custom (~> 1.0.0)
|
||||
standard-performance (~> 1.4)
|
||||
standard-custom (1.0.2)
|
||||
|
@ -161,7 +156,7 @@ DEPENDENCIES
|
|||
paint (~> 2.3)
|
||||
rexml (~> 3.3.3)
|
||||
ryo.rb
|
||||
server.rb!
|
||||
server.rb
|
||||
standard (~> 1.24)
|
||||
test-cmd.rb
|
||||
|
||||
|
|
Loading…
Reference in a new issue