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

Commit

Permalink
Bump rubocop from 1.49.0 to 1.53.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.49.0 to 1.53.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.49.0...v1.53.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 27, 2023
1 parent 8f80cf2 commit 62f7d34
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 8 deletions.
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.

0 comments on commit 62f7d34

Please sign in to comment.