Bump vault from 0.16.0 to 0.17.0 (#17664)

Bumps [vault](https://github.com/hashicorp/vault-ruby) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/hashicorp/vault-ruby/releases)
- [Changelog](https://github.com/hashicorp/vault-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/vault-ruby/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: vault
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-13 11:22:33 -04:00 committed by GitHub
parent 1f0f13d411
commit ba3e619c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 5 additions and 5 deletions

View file

@ -107,7 +107,7 @@ gem "strong_migrations", "~> 1.0" # Catch unsafe migrations
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
gem "validate_url", "~> 1.0" # Library for validating urls in Rails
gem "vault", "~> 0.16" # Used to store secrets
gem "vault", "~> 0.17" # Used to store secrets
gem "warning", "~> 1.2" # Adds custom processing for warnings, including the ability to ignore specific warning messages
gem "wcag_color_contrast", "~> 0.1" # Detect contrast of colors to determine readability and a11y.
gem "webpacker", "~> 5.4.3" # Use webpack to manage app-like JavaScript modules in Rails

View file

@ -95,8 +95,8 @@ GEM
anyway_config (2.1.0)
ruby-next-core (>= 0.11.0)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-sigv4 (1.2.3)
aws-eventstream (1.2.0)
aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2)
aws_cf_signer (0.1.3)
backport (1.2.0)
@ -890,7 +890,7 @@ GEM
validate_url (1.0.13)
activemodel (>= 3.0.0)
public_suffix
vault (0.16.0)
vault (0.17.0)
aws-sigv4
vcr (6.1.0)
warden (1.2.9)
@ -1083,7 +1083,7 @@ DEPENDENCIES
twitter (~> 7.0)
uglifier (~> 4.2)
validate_url (~> 1.0)
vault (~> 0.16)
vault (~> 0.17)
vcr (~> 6.1)
warning (~> 1.2)
wcag_color_contrast (~> 0.1)

Binary file not shown.

BIN
vendor/cache/aws-eventstream-1.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/aws-sigv4-1.5.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/vault-0.17.0.gem vendored Normal file

Binary file not shown.