Skip to content

Commit e8870fc

Browse files
Bump rubocop from 1.57.1 to 1.57.2 (#2844)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.1 to 1.57.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.57.1...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19ad0bf commit e8870fc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'minitest', '5.20.0'
99
gem 'pry', '0.14.2'
1010
gem 'rake', '13.1.0'
11-
gem 'rubocop', '1.57.1'
11+
gem 'rubocop', '1.57.2'
1212
gem 'rubocop-minitest', '0.33.0'
1313
gem 'rubocop-rake', '0.6.0'
1414
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
base64 (0.1.1)
1211
coderay (1.1.3)
1312
concurrent-ruby (1.2.2)
1413
docile (1.4.0)
@@ -31,8 +30,7 @@ GEM
3130
rake (13.1.0)
3231
regexp_parser (2.8.2)
3332
rexml (3.2.6)
34-
rubocop (1.57.1)
35-
base64 (~> 0.1.1)
33+
rubocop (1.57.2)
3634
json (~> 2.3)
3735
language_server-protocol (>= 3.17.0)
3836
parallel (~> 1.10)
@@ -70,7 +68,7 @@ DEPENDENCIES
7068
minitest (= 5.20.0)
7169
pry (= 0.14.2)
7270
rake (= 13.1.0)
73-
rubocop (= 1.57.1)
71+
rubocop (= 1.57.2)
7472
rubocop-minitest (= 0.33.0)
7573
rubocop-rake (= 0.6.0)
7674
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)