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

Commit 2caaff9

Browse files
authored
Merge pull request #591 from Data-Liberation-Front/dependabot/bundler/webmock-3.12.0
Bump webmock from 3.11.2 to 3.12.0
2 parents 03fd374 + ef6b030 commit 2caaff9

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ GEM
777777
activemodel (>= 4.2)
778778
debug_inspector
779779
railties (>= 4.2)
780-
webmock (3.11.2)
780+
webmock (3.12.0)
781781
addressable (>= 2.3.6)
782782
crack (>= 0.3.2)
783783
hashdiff (>= 0.4.0, < 2.0.0)
@@ -852,7 +852,7 @@ DEPENDENCIES
852852
uglifier (>= 1.3.0)
853853
vcr (~> 6.0)
854854
web-console (~> 3.3)
855-
webmock (~> 3.11)
855+
webmock (~> 3.12)
856856

857857
RUBY VERSION
858858
ruby 2.4.10p364

0 commit comments

Comments
 (0)