Skip to content

Commit

Permalink
build: Bump standard to 1.25.3 from 1.1.5
Browse files Browse the repository at this point in the history
Running Rubocop < 1.22.3 on Ruby v3.1 generates
`An error occurred while Layout/BlockAlignment cop was inspecting` error.
This fixes the error by bumping standard to the latest version which
also updates Rubocop version, as suggested in rubocop/rubocop#10258
  • Loading branch information
tetsuya committed Mar 23, 2023
1 parent 513dd31 commit a15d2d3
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions Gemfile.lock
Expand Up @@ -3,11 +3,13 @@ GEM
specs:
ast (2.4.2)
diff-lcs (1.4.4)
json (2.6.3)
language_server-protocol (3.17.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.7)
parallel (1.20.1)
parser (3.0.2.0)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
puma (5.3.2)
nio4r (~> 2.0)
Expand All @@ -16,9 +18,9 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
regexp_parser (2.1.1)
regexp_parser (2.7.0)
rexml (3.2.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand All @@ -33,32 +35,34 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (1.18.3)
rubocop (1.48.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.4)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.4)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
standard (1.1.5)
rubocop (= 1.18.3)
rubocop-performance (= 1.11.4)
standard (1.25.3)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1)
rubocop-performance (~> 1.16.0)
tilt (2.0.10)
unicode-display_width (2.0.0)
unicode-display_width (2.4.2)

PLATFORMS
ruby
Expand Down

0 comments on commit a15d2d3

Please sign in to comment.