Skip to content

Commit b29f15d

Browse files
build(deps-dev): bump rspec-rails from 7.1.0 to 7.1.1 (#4211)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f9227d commit b29f15d

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ group :test do
8181
gem 'rspec-collection_matchers'
8282
gem 'rspec-instafail'
8383
gem 'rspec-its'
84-
gem 'rspec-rails', '~> 7.1.0'
84+
gem 'rspec-rails', '~> 7.1.1'
8585
gem 'rspec-wait'
8686
gem 'rubocop', '~> 1.71.2'
8787
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GEM
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144144
drb (2.2.1)
145-
erubi (1.13.0)
145+
erubi (1.13.1)
146146
eventmachine (1.2.7)
147147
excon (0.112.0)
148148
faraday (0.17.6)
@@ -266,7 +266,8 @@ GEM
266266
concurrent-ruby (~> 1.0)
267267
io-console (0.8.0)
268268
ipaddress (0.8.3)
269-
irb (1.14.3)
269+
irb (1.15.1)
270+
pp (>= 0.6.0)
270271
rdoc (>= 4.0.0)
271272
reline (>= 0.4.2)
272273
jaro_winkler (1.6.0)
@@ -296,7 +297,7 @@ GEM
296297
logger (1.6.5)
297298
loggregator_emitter (5.2.0)
298299
beefcake (~> 1.0.0)
299-
loofah (2.23.1)
300+
loofah (2.24.0)
300301
crass (~> 1.0.2)
301302
nokogiri (>= 1.12.0)
302303
machinist (1.0.6)
@@ -356,6 +357,9 @@ GEM
356357
ast (~> 2.4.1)
357358
racc
358359
pg (1.5.9)
360+
pp (0.6.2)
361+
prettyprint
362+
prettyprint (0.2.0)
359363
prometheus-client (4.2.4)
360364
base64
361365
pry (0.14.1)
@@ -364,7 +368,7 @@ GEM
364368
pry-byebug (3.10.1)
365369
byebug (~> 11.0)
366370
pry (>= 0.13, < 0.15)
367-
psych (5.2.2)
371+
psych (5.2.3)
368372
date
369373
stringio
370374
public_suffix (6.0.1)
@@ -386,7 +390,7 @@ GEM
386390
activesupport (>= 5.0.0)
387391
minitest
388392
nokogiri (>= 1.6)
389-
rails-html-sanitizer (1.6.1)
393+
rails-html-sanitizer (1.6.2)
390394
loofah (~> 2.21)
391395
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
392396
railties (7.2.2.1)
@@ -404,7 +408,7 @@ GEM
404408
ffi (~> 1.0)
405409
rbs (3.8.1)
406410
logger
407-
rdoc (6.10.0)
411+
rdoc (6.12.0)
408412
psych (>= 4.0.0)
409413
redis (5.3.0)
410414
redis-client (>= 0.22.0)
@@ -434,7 +438,7 @@ GEM
434438
rspec-mocks (~> 3.13.0)
435439
rspec-collection_matchers (1.2.1)
436440
rspec-expectations (>= 2.99.0.beta1)
437-
rspec-core (3.13.2)
441+
rspec-core (3.13.3)
438442
rspec-support (~> 3.13.0)
439443
rspec-expectations (3.13.3)
440444
diff-lcs (>= 1.2.0, < 2.0)
@@ -447,15 +451,15 @@ GEM
447451
rspec-mocks (3.13.2)
448452
diff-lcs (>= 1.2.0, < 2.0)
449453
rspec-support (~> 3.13.0)
450-
rspec-rails (7.1.0)
454+
rspec-rails (7.1.1)
451455
actionpack (>= 7.0)
452456
activesupport (>= 7.0)
453457
railties (>= 7.0)
454458
rspec-core (~> 3.13)
455459
rspec-expectations (~> 3.13)
456460
rspec-mocks (~> 3.13)
457461
rspec-support (~> 3.13)
458-
rspec-support (3.13.1)
462+
rspec-support (3.13.2)
459463
rspec-wait (1.0.1)
460464
rspec (>= 3.4)
461465
rspec_api_documentation (6.1.0)
@@ -569,15 +573,15 @@ GEM
569573
unicode-display_width (3.1.4)
570574
unicode-emoji (~> 4.0, >= 4.0.4)
571575
unicode-emoji (4.0.4)
572-
useragent (0.16.10)
576+
useragent (0.16.11)
573577
vhd (0.0.4)
574578
bit-struct
575579
vmstat (2.3.1)
576580
webmock (3.25.0)
577581
addressable (>= 2.8.0)
578582
crack (>= 0.3.2)
579583
hashdiff (>= 0.4.0, < 2.0.0)
580-
webrick (1.9.0)
584+
webrick (1.9.1)
581585
xml-simple (1.1.9)
582586
rexml
583587
yajl-ruby (1.4.3)
@@ -650,7 +654,7 @@ DEPENDENCIES
650654
rspec-collection_matchers
651655
rspec-instafail
652656
rspec-its
653-
rspec-rails (~> 7.1.0)
657+
rspec-rails (~> 7.1.1)
654658
rspec-wait
655659
rspec_api_documentation (>= 6.1.0)
656660
rubocop (~> 1.71.2)

0 commit comments

Comments
 (0)