Skip to content

Commit abfaa1a

Browse files
Bump rubocop from 1.69.2 to 1.70.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 789251c commit abfaa1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.25.4'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.69.2'
12+
gem 'rubocop', '1.70.0'
1313
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.10.0)
33-
rubocop (1.69.2)
33+
rubocop (1.70.0)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
minitest (= 5.25.4)
7373
pry (= 0.15.2)
7474
rake (= 13.2.1)
75-
rubocop (= 1.69.2)
75+
rubocop (= 1.70.0)
7676
rubocop-minitest (= 0.36.0)
7777
rubocop-rake (= 0.6.0)
7878
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)