Skip to content

Commit 8c85529

Browse files
Bump rubocop from 1.58.0 to 1.59.0 (#2865)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 to 1.59.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.58.0...v1.59.0) --- 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 6d10420 commit 8c85529

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.20.0'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.1.0'
12-
gem 'rubocop', '1.58.0'
12+
gem 'rubocop', '1.59.0'
1313
gem 'rubocop-minitest', '0.33.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,7 +14,7 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.1)
1616
concurrent-ruby (~> 1.0)
17-
json (2.7.0)
17+
json (2.7.1)
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.20.0)
@@ -29,9 +29,9 @@ GEM
2929
racc (1.7.3)
3030
rainbow (3.1.1)
3131
rake (13.1.0)
32-
regexp_parser (2.8.2)
32+
regexp_parser (2.8.3)
3333
rexml (3.2.6)
34-
rubocop (1.58.0)
34+
rubocop (1.59.0)
3535
json (~> 2.3)
3636
language_server-protocol (>= 3.17.0)
3737
parallel (~> 1.10)
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
minitest (= 5.20.0)
7171
pry (= 0.14.2)
7272
rake (= 13.1.0)
73-
rubocop (= 1.58.0)
73+
rubocop (= 1.59.0)
7474
rubocop-minitest (= 0.33.0)
7575
rubocop-rake (= 0.6.0)
7676
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)