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

Bump rubocop from 1.49.0 to 1.53.1 #28

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "sinatra", "~> 3.0", ">= 3.0.5"

group :development do
gem "rspec", "~> 3.12"
gem "rubocop", "~> 1.48"
gem "rubocop", "~> 1.53"
gem "rubocop-performance", "~> 1.16"
gem "rubocop-rspec", "~> 2.18"
gem "simplecov", "~> 0.22"
Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
multi_xml (>= 0.5.2)
json (2.6.3)
jwt (2.7.0)
language_server-protocol (3.17.0.3)
mini_mime (1.1.2)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand All @@ -26,21 +27,23 @@ GEM
octokit (6.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
parser (3.2.2.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
prometheus-client (4.1.0)
public_suffix (5.0.1)
puma (6.2.1)
nio4r (~> 2.0)
puma-metrics (1.3.0)
prometheus-client (>= 0.10)
puma (>= 6.0)
racc (1.7.1)
rack (2.2.6.4)
rack-protection (3.0.5)
rack
rainbow (3.1.1)
regexp_parser (2.7.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -55,17 +58,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.49.0)
rubocop (1.53.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
Expand Down Expand Up @@ -109,7 +113,7 @@ DEPENDENCIES
puma (~> 6.2, >= 6.2.1)
puma-metrics (~> 1.3)
rspec (~> 3.12)
rubocop (~> 1.48)
rubocop (~> 1.53)
rubocop-performance (~> 1.16)
rubocop-rspec (~> 2.18)
simplecov (~> 0.22)
Expand Down
Binary file not shown.
Binary file removed vendor/cache/parallel-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.49.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.53.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.28.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.29.0.gem
Binary file not shown.