Skip to content

Commit 5d1b52a

Browse files
committed
Use latest WebMock, 3.19.1
I thought this might help with an issue I'm experiencing where there the uri of a stubbed response is unexpectedly nil, but it did not.
1 parent 6bac21d commit 5d1b52a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
i18n (>= 1.6, < 2)
3030
minitest (>= 5.1)
3131
tzinfo (~> 2.0)
32-
addressable (2.8.4)
32+
addressable (2.8.5)
3333
public_suffix (>= 2.0.2, < 6.0)
3434
algoliasearch (1.27.5)
3535
httpclient (~> 2.8, >= 2.8.3)
@@ -320,7 +320,7 @@ GEM
320320
trailblazer-option (>= 0.1.1, < 0.2.0)
321321
uber (< 0.2.0)
322322
retriable (3.1.2)
323-
rexml (3.2.5)
323+
rexml (3.2.6)
324324
rmagick (4.3.0)
325325
rouge (2.0.7)
326326
rspec (3.12.0)
@@ -392,7 +392,7 @@ GEM
392392
unf_ext
393393
unf_ext (0.0.8.2)
394394
unicode-display_width (2.4.2)
395-
webmock (3.18.1)
395+
webmock (3.19.1)
396396
addressable (>= 2.8.0)
397397
crack (>= 0.3.2)
398398
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)