Skip to content

Commit e65c9c7

Browse files
Bump rubocop from 1.69.2 to 1.70.0 (#73)
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:development 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 5166f0b commit e65c9c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gemspec
1010
group :development, :test do
1111
gem 'bundler', '~> 2.5'
1212
gem 'rake', '~> 13.2'
13-
gem 'rubocop', '~> 1.69'
13+
gem 'rubocop', '~> 1.70'
1414
gem 'simplecov', '~> 0.22'
1515
gem 'simplecov-html', '~> 0.13'
1616
gem 'simplecov-json', '~> 0.2'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
diff-lcs (1.5.1)
1313
docile (1.4.1)
1414
htmlentities (4.3.4)
15-
json (2.9.0)
15+
json (2.9.1)
1616
language_server-protocol (3.17.0.3)
1717
parallel (1.26.3)
1818
parser (3.3.6.0)
@@ -21,7 +21,7 @@ GEM
2121
racc (1.8.1)
2222
rainbow (3.1.1)
2323
rake (13.2.1)
24-
regexp_parser (2.9.3)
24+
regexp_parser (2.10.0)
2525
rspec (3.13.0)
2626
rspec-core (~> 3.13.0)
2727
rspec-expectations (~> 3.13.0)
@@ -35,7 +35,7 @@ GEM
3535
diff-lcs (>= 1.2.0, < 2.0)
3636
rspec-support (~> 3.13.0)
3737
rspec-support (3.13.1)
38-
rubocop (1.69.2)
38+
rubocop (1.70.0)
3939
json (~> 2.3)
4040
language_server-protocol (>= 3.17.0)
4141
parallel (~> 1.10)
@@ -45,7 +45,7 @@ GEM
4545
rubocop-ast (>= 1.36.2, < 2.0)
4646
ruby-progressbar (~> 1.7)
4747
unicode-display_width (>= 2.4.0, < 4.0)
48-
rubocop-ast (1.36.2)
48+
rubocop-ast (1.37.0)
4949
parser (>= 3.3.1.0)
5050
ruby-progressbar (1.13.0)
5151
simplecov (0.22.0)
@@ -58,7 +58,7 @@ GEM
5858
simplecov
5959
simplecov-lcov (0.8.0)
6060
simplecov_json_formatter (0.1.4)
61-
unicode-display_width (3.1.2)
61+
unicode-display_width (3.1.3)
6262
unicode-emoji (~> 4.0, >= 4.0.4)
6363
unicode-emoji (4.0.4)
6464

@@ -71,7 +71,7 @@ DEPENDENCIES
7171
bundler (~> 2.5)
7272
rake (~> 13.2)
7373
rspec-sonarqube-formatter!
74-
rubocop (~> 1.69)
74+
rubocop (~> 1.70)
7575
simplecov (~> 0.22)
7676
simplecov-html (~> 0.13)
7777
simplecov-json (~> 0.2)

0 commit comments

Comments
 (0)