Skip to content

Commit 68d59fb

Browse files
Bump rspec-rails from 7.1.0 to 7.1.1 (#990)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6875015 commit 68d59fb

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ GEM
161161
clamav-client (3.2.0)
162162
climate_control (1.2.0)
163163
coderay (1.1.3)
164-
concurrent-ruby (1.3.4)
165-
connection_pool (2.4.1)
164+
concurrent-ruby (1.3.5)
165+
connection_pool (2.5.0)
166166
console (1.29.2)
167167
fiber-annotation
168168
fiber-local (~> 1.1)
@@ -232,13 +232,14 @@ GEM
232232
hashdiff (1.1.2)
233233
html-attributes-utils (0.9.2)
234234
activesupport (>= 6.1.4.4)
235-
i18n (1.14.6)
235+
i18n (1.14.7)
236236
concurrent-ruby (~> 1.0)
237237
io-console (0.8.0)
238238
io-endpoint (0.14.0)
239239
io-event (1.7.5)
240240
io-stream (0.6.1)
241-
irb (1.14.3)
241+
irb (1.15.1)
242+
pp (>= 0.6.0)
242243
rdoc (>= 4.0.0)
243244
reline (>= 0.4.2)
244245
jmespath (1.6.2)
@@ -261,8 +262,8 @@ GEM
261262
kaminari-core (= 1.2.2)
262263
kaminari-core (1.2.2)
263264
language_server-protocol (3.17.0.3)
264-
logger (1.6.4)
265-
loofah (2.23.1)
265+
logger (1.6.5)
266+
loofah (2.24.0)
266267
crass (~> 1.0.2)
267268
nokogiri (>= 1.12.0)
268269
mail (2.8.1)
@@ -291,7 +292,7 @@ GEM
291292
net-smtp (0.5.1)
292293
net-protocol
293294
nio4r (2.7.4)
294-
nokogiri (1.18.1)
295+
nokogiri (1.18.2)
295296
mini_portile2 (~> 2.8.2)
296297
racc (~> 1.4)
297298
octokit (4.25.1)
@@ -302,6 +303,9 @@ GEM
302303
ast (~> 2.4.1)
303304
racc
304305
pg (1.5.9)
306+
pp (0.6.2)
307+
prettyprint
308+
prettyprint (0.2.0)
305309
protocol-hpack (1.5.1)
306310
protocol-http (0.47.1)
307311
protocol-http1 (0.28.1)
@@ -314,7 +318,7 @@ GEM
314318
method_source (~> 1.0)
315319
pry-rails (0.3.11)
316320
pry (>= 0.13.0)
317-
psych (5.2.2)
321+
psych (5.2.3)
318322
date
319323
stringio
320324
public_suffix (6.0.1)
@@ -324,7 +328,7 @@ GEM
324328
rack (>= 2.0.0)
325329
rack-session (1.0.2)
326330
rack (< 3)
327-
rack-test (2.1.0)
331+
rack-test (2.2.0)
328332
rack (>= 1.3)
329333
rackup (1.0.1)
330334
rack (< 3)
@@ -365,7 +369,7 @@ GEM
365369
rainbow (3.1.1)
366370
rake (13.2.1)
367371
rbtree3 (0.7.1)
368-
rdoc (6.10.0)
372+
rdoc (6.12.0)
369373
psych (>= 4.0.0)
370374
regexp_parser (2.10.0)
371375
reline (0.6.0)
@@ -374,15 +378,15 @@ GEM
374378
roo (2.10.1)
375379
nokogiri (~> 1)
376380
rubyzip (>= 1.3.0, < 3.0.0)
377-
rspec-core (3.13.2)
381+
rspec-core (3.13.3)
378382
rspec-support (~> 3.13.0)
379383
rspec-expectations (3.13.3)
380384
diff-lcs (>= 1.2.0, < 2.0)
381385
rspec-support (~> 3.13.0)
382386
rspec-mocks (3.13.2)
383387
diff-lcs (>= 1.2.0, < 2.0)
384388
rspec-support (~> 3.13.0)
385-
rspec-rails (7.1.0)
389+
rspec-rails (7.1.1)
386390
actionpack (>= 7.0)
387391
activesupport (>= 7.0)
388392
railties (>= 7.0)

0 commit comments

Comments
 (0)