Skip to content

Commit

Permalink
Merge pull request #591 from Data-Liberation-Front/dependabot/bundler…
Browse files Browse the repository at this point in the history
…/webmock-3.12.0

Bump webmock from 3.11.2 to 3.12.0
  • Loading branch information
Floppy committed Mar 4, 2021
2 parents 03fd374 + ef6b030 commit 2caaff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ group :development, :test do
gem 'guard-rspec', '~> 4.7'
gem 'guard-cucumber', '~> 3.0'
gem 'guard-bundler', '~> 2.2'
gem 'webmock', '~> 3.11', require: false
gem 'webmock', '~> 3.12', require: false
gem 'pry', '~> 0.14'
gem 'timecop', '~> 0.9'
gem 'factory_bot_rails', '~> 5.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ GEM
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)
webmock (3.11.2)
webmock (3.12.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -852,7 +852,7 @@ DEPENDENCIES
uglifier (>= 1.3.0)
vcr (~> 6.0)
web-console (~> 3.3)
webmock (~> 3.11)
webmock (~> 3.12)

RUBY VERSION
ruby 2.4.10p364
Expand Down

0 comments on commit 2caaff9

Please sign in to comment.