Skip to content

Commit a049ca0

Browse files
chore(deps): Bump rubocop from 1.61.0 to 1.64.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.61.0 to 1.64.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.61.0...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d3b986 commit a049ca0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
gem 'benchmark-ips', '~> 2.13'
1818
gem 'minitest', '~> 5.22'
1919
gem 'rake', '~> 13.2'
20-
gem 'rubocop', '~> 1.21'
20+
gem 'rubocop', '~> 1.64'
2121

2222
gem 'simplecov', require: false
2323
gem 'simplecov-cobertura', require: false

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
erubi (1.12.0)
4747
i18n (1.14.5)
4848
concurrent-ruby (~> 1.0)
49-
json (2.7.1)
49+
json (2.7.2)
5050
language_server-protocol (3.17.0.3)
5151
loofah (2.22.0)
5252
crass (~> 1.0.2)
@@ -59,8 +59,8 @@ GEM
5959
racc (~> 1.4)
6060
nokogiri (1.16.5-arm64-darwin)
6161
racc (~> 1.4)
62-
parallel (1.24.0)
63-
parser (3.3.0.5)
62+
parallel (1.25.1)
63+
parser (3.3.3.0)
6464
ast (~> 2.4.1)
6565
racc
6666
racc (1.8.0)
@@ -78,22 +78,22 @@ GEM
7878
nokogiri (~> 1.14)
7979
rainbow (3.1.1)
8080
rake (13.2.1)
81-
regexp_parser (2.9.0)
82-
rexml (3.2.8)
83-
strscan (>= 3.0.9)
84-
rubocop (1.61.0)
81+
regexp_parser (2.9.2)
82+
rexml (3.3.1)
83+
strscan
84+
rubocop (1.64.1)
8585
json (~> 2.3)
8686
language_server-protocol (>= 3.17.0)
8787
parallel (~> 1.10)
8888
parser (>= 3.3.0.2)
8989
rainbow (>= 2.2.2, < 4.0)
9090
regexp_parser (>= 1.8, < 3.0)
9191
rexml (>= 3.2.5, < 4.0)
92-
rubocop-ast (>= 1.30.0, < 2.0)
92+
rubocop-ast (>= 1.31.1, < 2.0)
9393
ruby-progressbar (~> 1.7)
9494
unicode-display_width (>= 2.4.0, < 3.0)
95-
rubocop-ast (1.31.1)
96-
parser (>= 3.3.0.4)
95+
rubocop-ast (1.31.3)
96+
parser (>= 3.3.1.0)
9797
ruby-progressbar (1.13.0)
9898
simplecov (0.22.0)
9999
docile (~> 1.1)
@@ -120,7 +120,7 @@ DEPENDENCIES
120120
clsx-rails!
121121
minitest (~> 5.22)
122122
rake (~> 13.2)
123-
rubocop (~> 1.21)
123+
rubocop (~> 1.64)
124124
simplecov
125125
simplecov-cobertura
126126

0 commit comments

Comments
 (0)