mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-04-12 11:45:47 +00:00
Update parser and standard
This commit is contained in:
parent
a323ea89fe
commit
a73974586e
2 changed files with 12 additions and 13 deletions
|
|
@ -6,4 +6,4 @@ gem "minitest", "~> 6.0"
|
|||
gem "parser", "~> 3.3.10"
|
||||
gem "rake", "~> 13.0"
|
||||
gem "reline", "~> 0.6"
|
||||
gem "standard", "~> 1.52.0", require: false
|
||||
gem "standard", "~> 1.53.0", require: false
|
||||
|
|
|
|||
|
|
@ -7,14 +7,13 @@ GEM
|
|||
ffi (1.17.3-x86_64-linux-gnu)
|
||||
formatador (1.2.3)
|
||||
reline
|
||||
guard (2.19.1)
|
||||
guard (2.20.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
logger (~> 1.6)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
nenv (~> 0.1)
|
||||
notiffany (~> 0.0)
|
||||
ostruct (~> 0.6)
|
||||
pry (>= 0.13.0)
|
||||
shellany (~> 0.0)
|
||||
thor (>= 0.18.1)
|
||||
|
|
@ -25,7 +24,8 @@ GEM
|
|||
json (2.18.0)
|
||||
language_server-protocol (3.17.0.5)
|
||||
lint_roller (1.1.0)
|
||||
listen (3.9.0)
|
||||
listen (3.10.0)
|
||||
logger
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
logger (1.7.0)
|
||||
|
|
@ -37,12 +37,11 @@ GEM
|
|||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
ostruct (0.6.3)
|
||||
parallel (1.27.0)
|
||||
parser (3.3.10.0)
|
||||
parser (3.3.10.1)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
prism (1.7.0)
|
||||
prism (1.9.0)
|
||||
pry (0.16.0)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
|
|
@ -56,7 +55,7 @@ GEM
|
|||
regexp_parser (2.11.3)
|
||||
reline (0.6.3)
|
||||
io-console (~> 0.5)
|
||||
rubocop (1.81.7)
|
||||
rubocop (1.82.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
|
|
@ -64,7 +63,7 @@ GEM
|
|||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.47.1, < 2.0)
|
||||
rubocop-ast (>= 1.48.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.49.0)
|
||||
|
|
@ -76,10 +75,10 @@ GEM
|
|||
rubocop-ast (>= 1.47.1, < 2.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
shellany (0.0.1)
|
||||
standard (1.52.0)
|
||||
standard (1.53.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.81.7)
|
||||
rubocop (~> 1.82.0)
|
||||
standard-custom (~> 1.0.0)
|
||||
standard-performance (~> 1.8)
|
||||
standard-custom (1.0.2)
|
||||
|
|
@ -88,7 +87,7 @@ GEM
|
|||
standard-performance (1.9.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop-performance (~> 1.26.0)
|
||||
thor (1.4.0)
|
||||
thor (1.5.0)
|
||||
unicode-display_width (3.2.0)
|
||||
unicode-emoji (~> 4.1)
|
||||
unicode-emoji (4.2.0)
|
||||
|
|
@ -107,7 +106,7 @@ DEPENDENCIES
|
|||
parser (~> 3.3.10)
|
||||
rake (~> 13.0)
|
||||
reline (~> 0.6)
|
||||
standard (~> 1.52.0)
|
||||
standard (~> 1.53.0)
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue