Skip to content

Commit b3bbd7b

Browse files
Bump rubocop-rspec from 3.4.0 to 3.5.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.4.0 to 3.5.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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8f0a59 commit b3bbd7b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Gemfile.lock

+7-4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ GEM
5151
ffi (1.17.1-x86_64-linux-gnu)
5252
json (2.10.1)
5353
language_server-protocol (3.17.0.4)
54+
lint_roller (1.1.0)
5455
mini_mime (1.1.5)
5556
multi_test (1.1.0)
5657
parallel (1.26.3)
@@ -92,9 +93,10 @@ GEM
9293
binding_of_caller
9394
rspec-parameterized-core (< 2)
9495
rspec-support (3.13.2)
95-
rubocop (1.71.2)
96+
rubocop (1.72.2)
9697
json (~> 2.3)
97-
language_server-protocol (>= 3.17.0)
98+
language_server-protocol (~> 3.17.0.2)
99+
lint_roller (~> 1.1.0)
98100
parallel (~> 1.10)
99101
parser (>= 3.3.0.2)
100102
rainbow (>= 2.2.2, < 4.0)
@@ -104,8 +106,9 @@ GEM
104106
unicode-display_width (>= 2.4.0, < 4.0)
105107
rubocop-ast (1.38.0)
106108
parser (>= 3.3.1.0)
107-
rubocop-rspec (3.4.0)
108-
rubocop (~> 1.61)
109+
rubocop-rspec (3.5.0)
110+
lint_roller (~> 1.1)
111+
rubocop (~> 1.72, >= 1.72.1)
109112
ruby-progressbar (1.13.0)
110113
sys-uname (1.3.1)
111114
ffi (~> 1.1)

0 commit comments

Comments
 (0)