Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update standard to version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Feb 7, 2024
1 parent 450ce03 commit 038fef8
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,26 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.0)
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.4.4)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
method_source (1.0.0)
minitest (5.19.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.1.0)
rainbow (3.0.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -46,22 +48,29 @@ GEM
rspec-support (3.10.0)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
rubocop (1.29.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
standard (0.0.39)
rubocop (~> 0.67.1)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
standard (1.12.1)
rubocop (= 1.29.1)
rubocop-performance (= 1.13.3)
stub_env (1.0.4)
rspec (>= 2.0, < 4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.5.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.11)

PLATFORMS
Expand Down

0 comments on commit 038fef8

Please sign in to comment.