Skip to content

Commit

Permalink
Bump webmock from 3.7.6 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.7.6 to 3.8.0.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.7.6...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 16, 2020
1 parent 9182d09 commit 978075f
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 @@ -56,7 +56,7 @@ group :test do
gem 'email_spec', '~> 2.2'
gem 'selenium-webdriver', '~> 3.142'
gem 'simplecov', '~> 0.17.1', require: false
gem 'webmock', '~> 3.7', require: false
gem 'webmock', '~> 3.8', require: false
end

group :staging, :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.7.6)
webmock (3.8.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -317,7 +317,7 @@ DEPENDENCIES
turbolinks (~> 5.2)
tzinfo-data (~> 1.2019)
web-console (~> 4.0)
webmock (~> 3.7)
webmock (~> 3.8)
webpacker (~> 4.2)

RUBY VERSION
Expand Down

0 comments on commit 978075f

Please sign in to comment.