Skip to content

Commit 9322645

Browse files
Bump the rubocop group with 2 updates (#371)
Bumps the rubocop group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.79.1 to 1.80.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.1...v1.80.1) Updates `rubocop-rspec` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e89bc91 commit 9322645

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ gemspec
88
gem 'rake', '~> 13.3.0'
99
gem 'redcarpet', '~> 3.6.0'
1010
gem 'rspec', '~> 3.13.1'
11-
gem 'rubocop', '~> 1.79.1'
11+
gem 'rubocop', '~> 1.80.1'
1212
gem 'rubocop-packaging', '~> 0.6.0'
1313
gem 'rubocop-performance', '~> 1.25.0'
1414
gem 'rubocop-rake', '~> 0.7.1'
15-
gem 'rubocop-rspec', '~> 3.6.0'
15+
gem 'rubocop-rspec', '~> 3.7.0'
1616
gem 'rubocop-sorbet', '~> 0.10.5'
1717
gem 'simplecov'
1818
gem 'simplecov-cobertura'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
logger
3434
prism (>= 1.3.0)
3535
redcarpet (3.6.1)
36-
regexp_parser (2.10.0)
36+
regexp_parser (2.11.2)
3737
require-hooks (0.2.2)
3838
rexml (3.4.1)
3939
rspec (3.13.1)
@@ -49,7 +49,7 @@ GEM
4949
diff-lcs (>= 1.2.0, < 2.0)
5050
rspec-support (~> 3.13.0)
5151
rspec-support (3.13.4)
52-
rubocop (1.79.1)
52+
rubocop (1.80.1)
5353
json (~> 2.3)
5454
language_server-protocol (~> 3.17.0.2)
5555
lint_roller (~> 1.1.0)
@@ -73,7 +73,7 @@ GEM
7373
rubocop-rake (0.7.1)
7474
lint_roller (~> 1.1)
7575
rubocop (>= 1.72.1)
76-
rubocop-rspec (3.6.0)
76+
rubocop-rspec (3.7.0)
7777
lint_roller (~> 1.1)
7878
rubocop (~> 1.72, >= 1.72.1)
7979
rubocop-sorbet (0.10.5)
@@ -117,7 +117,7 @@ GEM
117117
thor (>= 1.2.0)
118118
yard-sorbet
119119
thor (1.4.0)
120-
unicode-display_width (3.1.4)
120+
unicode-display_width (3.1.5)
121121
unicode-emoji (~> 4.0, >= 4.0.4)
122122
unicode-emoji (4.0.4)
123123
yard (0.9.37)
@@ -133,11 +133,11 @@ DEPENDENCIES
133133
rake (~> 13.3.0)
134134
redcarpet (~> 3.6.0)
135135
rspec (~> 3.13.1)
136-
rubocop (~> 1.79.1)
136+
rubocop (~> 1.80.1)
137137
rubocop-packaging (~> 0.6.0)
138138
rubocop-performance (~> 1.25.0)
139139
rubocop-rake (~> 0.7.1)
140-
rubocop-rspec (~> 3.6.0)
140+
rubocop-rspec (~> 3.7.0)
141141
rubocop-sorbet (~> 0.10.5)
142142
simplecov
143143
simplecov-cobertura

0 commit comments

Comments
 (0)