Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 73d05c3

Browse files
authored
Merge pull request #630 from Data-Liberation-Front/dependabot/bundler/webmock-3.14.0
Bump webmock from 3.12.2 to 3.14.0
2 parents 66d5018 + 5bfc149 commit 73d05c3

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ group :development, :test do
4545
gem 'guard-rspec', '~> 4.7'
4646
gem 'guard-cucumber', '~> 3.0'
4747
gem 'guard-bundler', '~> 2.2'
48-
gem 'webmock', '~> 3.12', require: false
48+
gem 'webmock', '~> 3.14', require: false
4949
gem 'pry', '~> 0.14'
5050
gem 'timecop', '~> 0.9'
5151
gem 'factory_bot_rails', '~> 5.2'

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ GEM
8585
minitest (~> 5.1)
8686
thread_safe (~> 0.3, >= 0.3.4)
8787
tzinfo (~> 1.1)
88-
addressable (2.3.8)
88+
addressable (2.8.0)
89+
public_suffix (>= 2.0.2, < 5.0)
8990
airbrake (11.0.3)
9091
airbrake-ruby (~> 5.1)
9192
airbrake-ruby (5.2.1)
@@ -430,8 +431,8 @@ GEM
430431
json-ld (~> 3.0)
431432
multi_json (~> 1.12)
432433
rdf (~> 3.0)
433-
json-schema (2.6.2)
434-
addressable (~> 2.3.8)
434+
json-schema (2.8.1)
435+
addressable (>= 2.4)
435436
jsonpath (1.0.5)
436437
multi_json
437438
to_regexp (~> 0.2.1)
@@ -450,8 +451,8 @@ GEM
450451
kaminari-mongoid (1.0.1)
451452
kaminari-core (~> 1.0)
452453
mongoid
453-
launchy (2.4.3)
454-
addressable (~> 2.3)
454+
launchy (2.5.0)
455+
addressable (~> 2.7)
455456
ld-patch (0.3.3)
456457
ebnf (~> 1.1)
457458
rdf (>= 2.2, < 4.0)
@@ -530,6 +531,7 @@ GEM
530531
pry (0.14.1)
531532
coderay (~> 1.1)
532533
method_source (~> 1.0)
534+
public_suffix (4.0.6)
533535
puma (5.4.0)
534536
nio4r (~> 2.0)
535537
pusher (1.4.3)
@@ -774,8 +776,8 @@ GEM
774776
activemodel (>= 4.2)
775777
debug_inspector
776778
railties (>= 4.2)
777-
webmock (3.12.2)
778-
addressable (>= 2.3.6)
779+
webmock (3.14.0)
780+
addressable (>= 2.8.0)
779781
crack (>= 0.3.2)
780782
hashdiff (>= 0.4.0, < 2.0.0)
781783
websocket (1.2.8)
@@ -848,7 +850,7 @@ DEPENDENCIES
848850
uglifier (>= 1.3.0)
849851
vcr (~> 6.0)
850852
web-console (~> 3.3)
851-
webmock (~> 3.12)
853+
webmock (~> 3.14)
852854

853855
RUBY VERSION
854856
ruby 2.4.10p364

0 commit comments

Comments
 (0)