Skip to content

Commit

Permalink
Bump webmock from 3.18.1 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.18.1 to 3.19.1.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.18.1...v3.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent 63e956c commit 718aa46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ group :development, :test do
gem 'rubocop-rspec', '~> 2.23'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
gem 'webmock', '~> 3.3'
gem 'webmock', '~> 3.19'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.4.0)
ast (2.4.2)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
macaddr (~> 1.0)
validatable (1.6.7)
vcr (5.1.0)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -245,7 +245,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.23)
timecop (~> 0.9)
vcr (~> 5.0)
webmock (~> 3.3)
webmock (~> 3.19)

BUNDLED WITH
2.3.12

0 comments on commit 718aa46

Please sign in to comment.