Skip to content

Commit ab745d1

Browse files
Bump rubocop from 1.62.1 to 1.63.4 (#2945)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.4. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.62.1...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74b2a7f commit ab745d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.22.3'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.62.1'
12+
gem 'rubocop', '1.63.4'
1313
gem 'rubocop-minitest', '0.35.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.4)
1616
concurrent-ruby (~> 1.0)
17-
json (2.7.1)
17+
json (2.7.2)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.22.3)
2121
parallel (1.24.0)
22-
parser (3.3.0.5)
22+
parser (3.3.1.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -31,7 +31,7 @@ GEM
3131
rake (13.2.1)
3232
regexp_parser (2.9.0)
3333
rexml (3.2.6)
34-
rubocop (1.62.1)
34+
rubocop (1.63.4)
3535
json (~> 2.3)
3636
language_server-protocol (>= 3.17.0)
3737
parallel (~> 1.10)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
minitest (= 5.22.3)
7575
pry (= 0.14.2)
7676
rake (= 13.2.1)
77-
rubocop (= 1.62.1)
77+
rubocop (= 1.63.4)
7878
rubocop-minitest (= 0.35.0)
7979
rubocop-rake (= 0.6.0)
8080
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)