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

Commit e1d6b77

Browse files
authored
Merge pull request #704 from Data-Liberation-Front/dependabot/bundler/webmock-3.18.1
Bump webmock from 3.17.0 to 3.18.1
2 parents 638df5d + 4ac7d37 commit e1d6b77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.17', require: false
48+
gem 'webmock', '~> 3.18', require: false
4949
gem 'pry', '~> 0.14'
5050
gem 'timecop', '~> 0.9'
5151
gem 'factory_bot_rails', '~> 5.2'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ GEM
8686
minitest (~> 5.1)
8787
thread_safe (~> 0.3, >= 0.3.4)
8888
tzinfo (~> 1.1)
89-
addressable (2.8.0)
90-
public_suffix (>= 2.0.2, < 5.0)
89+
addressable (2.8.1)
90+
public_suffix (>= 2.0.2, < 6.0)
9191
airbrake (11.0.1)
9292
airbrake-ruby (~> 5.1)
9393
airbrake-ruby (5.1.0)
@@ -518,7 +518,7 @@ GEM
518518
pry (0.14.1)
519519
coderay (~> 1.1)
520520
method_source (~> 1.0)
521-
public_suffix (4.0.7)
521+
public_suffix (5.0.0)
522522
puma (5.6.5)
523523
nio4r (~> 2.0)
524524
pusher (2.0.2)
@@ -755,7 +755,7 @@ GEM
755755
activemodel (>= 4.2)
756756
debug_inspector
757757
railties (>= 4.2)
758-
webmock (3.17.0)
758+
webmock (3.18.1)
759759
addressable (>= 2.8.0)
760760
crack (>= 0.3.2)
761761
hashdiff (>= 0.4.0, < 2.0.0)
@@ -831,7 +831,7 @@ DEPENDENCIES
831831
uglifier (>= 1.3.0)
832832
vcr (~> 6.1)
833833
web-console (~> 3.3)
834-
webmock (~> 3.17)
834+
webmock (~> 3.18)
835835

836836
RUBY VERSION
837837
ruby 2.6.9p207

0 commit comments

Comments
 (0)