Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2021
1 parent 6da3d9a commit ddef00f
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 @@ -32,7 +32,7 @@ group :test do
gem 'rspec-its' # Allows `its(:method) { ... }`
gem 'rack-test' # Testing Sinatra

gem 'webmock', '~> 3.13.0' # Mocking API calls
gem 'webmock', '~> 3.14.0' # Mocking API calls

gem 'factory_bot' # Quickly instantiate models

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uber (0.1.0)
webmock (3.13.0)
addressable (>= 2.3.6)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.4.2)
Expand Down Expand Up @@ -196,7 +196,7 @@ DEPENDENCIES
sinatra (= 2.1.0)
sinatra-activerecord (= 2.0.23)
spot-gps (~> 0.2.9)
webmock (~> 3.13.0)
webmock (~> 3.14.0)

RUBY VERSION
ruby 2.7.1p83
Expand Down

0 comments on commit ddef00f

Please sign in to comment.