Skip to content

Commit 4fe861c

Browse files
committed
Land rapid7#18878, Update rspec gems
This PR updates a number of rspec gems which help improve test suite error messages when string encodings are different.
2 parents 42255a2 + 8fca7d1 commit 4fe861c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ GEM
188188
debug (1.8.0)
189189
irb (>= 1.5.0)
190190
reline (>= 0.3.1)
191-
diff-lcs (1.5.0)
191+
diff-lcs (1.5.1)
192192
dnsruby (1.70.0)
193193
simpleidn (~> 0.2.1)
194194
docile (1.4.0)
@@ -431,18 +431,18 @@ GEM
431431
rex-text
432432
rexml (3.2.6)
433433
rkelly-remix (0.0.7)
434-
rspec (3.12.0)
435-
rspec-core (~> 3.12.0)
436-
rspec-expectations (~> 3.12.0)
437-
rspec-mocks (~> 3.12.0)
438-
rspec-core (3.12.2)
439-
rspec-support (~> 3.12.0)
440-
rspec-expectations (3.12.3)
434+
rspec (3.13.0)
435+
rspec-core (~> 3.13.0)
436+
rspec-expectations (~> 3.13.0)
437+
rspec-mocks (~> 3.13.0)
438+
rspec-core (3.13.0)
439+
rspec-support (~> 3.13.0)
440+
rspec-expectations (3.13.0)
441441
diff-lcs (>= 1.2.0, < 2.0)
442-
rspec-support (~> 3.12.0)
443-
rspec-mocks (3.12.6)
442+
rspec-support (~> 3.13.0)
443+
rspec-mocks (3.13.0)
444444
diff-lcs (>= 1.2.0, < 2.0)
445-
rspec-support (~> 3.12.0)
445+
rspec-support (~> 3.13.0)
446446
rspec-rails (6.0.3)
447447
actionpack (>= 6.1)
448448
activesupport (>= 6.1)
@@ -453,7 +453,7 @@ GEM
453453
rspec-support (~> 3.12)
454454
rspec-rerun (1.1.0)
455455
rspec (~> 3.0)
456-
rspec-support (3.12.1)
456+
rspec-support (3.13.0)
457457
rubocop (1.56.4)
458458
base64 (~> 0.1.1)
459459
json (~> 2.3)

0 commit comments

Comments
 (0)