Skip to content

Commit 1e81d4b

Browse files
Bump rubocop from 1.69.2 to 1.70.0 (#38)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b4b477 commit 1e81d4b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rspec', '~> 3.12'
1111

1212
gem 'simplecov'
1313

14-
gem 'rubocop', '~> 1.69'
14+
gem 'rubocop', '~> 1.70'
1515
gem 'rubocop-rake'
1616
gem 'rubocop-rspec'
1717

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
diff-lcs (1.5.1)
1818
docile (1.4.1)
1919
iniparse (1.5.0)
20-
json (2.9.0)
20+
json (2.9.1)
2121
language_server-protocol (3.17.0.3)
2222
logger (1.6.1)
2323
overcommit (0.64.1)
@@ -31,7 +31,7 @@ GEM
3131
racc (1.8.1)
3232
rainbow (3.1.1)
3333
rake (13.2.1)
34-
regexp_parser (2.9.3)
34+
regexp_parser (2.10.0)
3535
rexml (3.3.9)
3636
rspec (3.13.0)
3737
rspec-core (~> 3.13.0)
@@ -46,7 +46,7 @@ GEM
4646
diff-lcs (>= 1.2.0, < 2.0)
4747
rspec-support (~> 3.13.0)
4848
rspec-support (3.13.1)
49-
rubocop (1.69.2)
49+
rubocop (1.70.0)
5050
json (~> 2.3)
5151
language_server-protocol (>= 3.17.0)
5252
parallel (~> 1.10)
@@ -70,7 +70,7 @@ GEM
7070
simplecov-html (0.13.1)
7171
simplecov_json_formatter (0.1.4)
7272
thor (1.3.2)
73-
unicode-display_width (3.1.2)
73+
unicode-display_width (3.1.4)
7474
unicode-emoji (~> 4.0, >= 4.0.4)
7575
unicode-emoji (4.0.4)
7676
zeitwerk (2.6.18)
@@ -88,7 +88,7 @@ DEPENDENCIES
8888
overcommit
8989
rake (~> 13.1)
9090
rspec (~> 3.12)
91-
rubocop (~> 1.69)
91+
rubocop (~> 1.70)
9292
rubocop-rake
9393
rubocop-rspec
9494
simplecov

0 commit comments

Comments
 (0)