Skip to content

Commit

Permalink
Update webmock requirement from ~> 3.14.0 to ~> 3.18.1
Browse files Browse the repository at this point in the history
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.14.0...v3.18.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 Jan 2, 2023
1 parent 8a6758b commit 69e5c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
brakeman (5.1.1)
coderay (1.1.2)
Expand Down Expand Up @@ -132,7 +132,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.6)
public_suffix (5.0.1)
rack (3.0.3)
rainbow (3.0.0)
rake (13.0.6)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
diff-lcs (~> 1.3)
parser (>= 3.1.0)
vcr (6.0.0)
webmock (3.14.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -225,7 +225,7 @@ DEPENDENCIES
simplecov-html
simplecov-lcov
vcr (~> 6.0.0)
webmock (~> 3.14.0)
webmock (~> 3.18.1)

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion circlemator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'vcr', '~> 6.0.0'
spec.add_development_dependency 'webmock', '~> 3.14.0'
spec.add_development_dependency 'webmock', '~> 3.18.1'
spec.add_development_dependency 'rspec', '~> 3.10.0'
spec.add_development_dependency 'guard-rspec', '~> 4.7.3'
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit 69e5c17

Please sign in to comment.