Skip to content

Commit c13b637

Browse files
Bump rubocop-rspec from 2.24.0 to 2.28.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.0 to 2.28.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@v2.24.0...v2.28.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548fbe3 commit c13b637

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

Gemfile.lock

+15-12
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
jbuilder (2.11.5)
115115
actionview (>= 5.0.0)
116116
activesupport (>= 5.0.0)
117-
json (2.6.3)
117+
json (2.7.1)
118118
language_server-protocol (3.17.0.3)
119119
listen (3.8.0)
120120
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -147,8 +147,8 @@ GEM
147147
racc (~> 1.4)
148148
nokogiri (1.16.2-x86_64-linux)
149149
racc (~> 1.4)
150-
parallel (1.23.0)
151-
parser (3.2.2.3)
150+
parallel (1.24.0)
151+
parser (3.3.0.5)
152152
ast (~> 2.4.1)
153153
racc
154154
pg (1.5.4)
@@ -209,7 +209,7 @@ GEM
209209
ffi (~> 1.0)
210210
rdoc (6.6.2)
211211
psych (>= 4.0.0)
212-
regexp_parser (2.8.1)
212+
regexp_parser (2.9.0)
213213
reline (0.4.2)
214214
io-console (~> 0.5)
215215
rexml (3.2.6)
@@ -243,12 +243,12 @@ GEM
243243
rubocop-ast (>= 1.28.1, < 2.0)
244244
ruby-progressbar (~> 1.7)
245245
unicode-display_width (>= 2.4.0, < 3.0)
246-
rubocop-ast (1.29.0)
247-
parser (>= 3.2.1.0)
248-
rubocop-capybara (2.18.0)
246+
rubocop-ast (1.31.2)
247+
parser (>= 3.3.0.4)
248+
rubocop-capybara (2.20.0)
249+
rubocop (~> 1.41)
250+
rubocop-factory_bot (2.25.1)
249251
rubocop (~> 1.41)
250-
rubocop-factory_bot (2.23.1)
251-
rubocop (~> 1.33)
252252
rubocop-performance (1.18.0)
253253
rubocop (>= 1.7.0, < 2.0)
254254
rubocop-ast (>= 0.4.0)
@@ -258,10 +258,13 @@ GEM
258258
rubocop (>= 1.33.0, < 2.0)
259259
rubocop-rake (0.6.0)
260260
rubocop (~> 1.0)
261-
rubocop-rspec (2.24.0)
262-
rubocop (~> 1.33)
261+
rubocop-rspec (2.28.0)
262+
rubocop (~> 1.40)
263263
rubocop-capybara (~> 2.17)
264264
rubocop-factory_bot (~> 2.22)
265+
rubocop-rspec_rails (~> 2.28)
266+
rubocop-rspec_rails (2.28.2)
267+
rubocop (~> 1.40)
265268
ruby-progressbar (1.13.0)
266269
ruby2_keywords (0.0.5)
267270
scout_apm (5.3.5)
@@ -277,7 +280,7 @@ GEM
277280
timeout (0.4.1)
278281
tzinfo (2.0.6)
279282
concurrent-ruby (~> 1.0)
280-
unicode-display_width (2.4.2)
283+
unicode-display_width (2.5.0)
281284
webrick (1.8.1)
282285
websocket-driver (0.7.6)
283286
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)