Skip to content

Commit

Permalink
Bump webmock from 3.4.2 to 3.5.1 (#212)
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.4.2 to 3.5.1.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.4.2...v3.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and afomera committed Jan 9, 2019
1 parent 1044ca9 commit a193c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :test do
gem 'minitest-rails-capybara'
gem 'selenium-webdriver'
gem 'vcr', '~> 4.0'
gem 'webmock', '~> 3.4'
gem 'webmock', '~> 3.5'
end

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
orm_adapter (0.5.0)
pg (1.1.3)
popper_js (1.14.5)
public_suffix (3.0.2)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.6)
rack-cors (1.0.2)
Expand Down Expand Up @@ -296,7 +296,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.4.2)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down Expand Up @@ -351,7 +351,7 @@ DEPENDENCIES
uglifier (>= 1.3.0)
vcr (~> 4.0)
web-console (>= 3.3.0)
webmock (~> 3.4)
webmock (~> 3.5)
webpacker (~> 3.5)

BUNDLED WITH
Expand Down

0 comments on commit a193c84

Please sign in to comment.