Update Gemfile(.lock)
This commit is contained in:
parent
9908559977
commit
f44a820680
2 changed files with 10 additions and 14 deletions
2
Gemfile
2
Gemfile
|
@ -4,5 +4,5 @@ gem "nokogiri", "~> 1.13"
|
||||||
gem "paint", "~> 2.2"
|
gem "paint", "~> 2.2"
|
||||||
gem "json", "~> 2.6"
|
gem "json", "~> 2.6"
|
||||||
gem "standard", "~> 1.12"
|
gem "standard", "~> 1.12"
|
||||||
|
gem "ryo.rb"
|
||||||
gem "io-line.rb", "~> 0.1", github: "0x1eef/io-line.rb", tag: "v0.1.0"
|
gem "io-line.rb", "~> 0.1", github: "0x1eef/io-line.rb", tag: "v0.1.0"
|
||||||
gem "ryo.rb", "~> 0.4", github: "0x1eef/ryo.rb", tag: "v0.4.3"
|
|
||||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -6,13 +6,6 @@ GIT
|
||||||
io-line.rb (0.1.0)
|
io-line.rb (0.1.0)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/0x1eef/ryo.rb.git
|
|
||||||
revision: 2ad2a5d3a29cf94ff3313687c78dd3986884a8f0
|
|
||||||
tag: v0.4.3
|
|
||||||
specs:
|
|
||||||
ryo.rb (0.4.3)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -20,18 +13,19 @@ GEM
|
||||||
io-console (0.6.0)
|
io-console (0.6.0)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
mini_portile2 (2.8.1)
|
mini_portile2 (2.8.6)
|
||||||
nokogiri (1.14.2)
|
nokogiri (1.16.5)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
paint (2.3.0)
|
paint (2.3.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.1.1)
|
parser (3.2.1.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc (1.6.2)
|
racc (1.7.3)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.7.0)
|
regexp_parser (2.7.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.8)
|
||||||
|
strscan (>= 3.0.9)
|
||||||
rubocop (1.44.1)
|
rubocop (1.44.1)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
@ -48,10 +42,12 @@ GEM
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
|
ryo.rb (0.5.1)
|
||||||
standard (1.24.3)
|
standard (1.24.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
rubocop (= 1.44.1)
|
rubocop (= 1.44.1)
|
||||||
rubocop-performance (= 1.15.2)
|
rubocop-performance (= 1.15.2)
|
||||||
|
strscan (3.1.0)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
@ -63,7 +59,7 @@ DEPENDENCIES
|
||||||
json (~> 2.6)
|
json (~> 2.6)
|
||||||
nokogiri (~> 1.13)
|
nokogiri (~> 1.13)
|
||||||
paint (~> 2.2)
|
paint (~> 2.2)
|
||||||
ryo.rb (~> 0.4)!
|
ryo.rb
|
||||||
standard (~> 1.12)
|
standard (~> 1.12)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
Loading…
Reference in a new issue