From 31c3e40fe8dbc90da7564b51d07ba2f54b1dbac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:07:12 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.0 in /contrib/okta-sync Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- contrib/okta-sync/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/okta-sync/Gemfile.lock b/contrib/okta-sync/Gemfile.lock index 2f11b62..2f3ab7e 100644 --- a/contrib/okta-sync/Gemfile.lock +++ b/contrib/okta-sync/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) faraday (1.0.0) multipart-post (>= 1.2, < 3) @@ -18,7 +18,7 @@ GEM sawyer (~> 0.8.1) openssl (2.1.2) ipaddr - public_suffix (4.0.3) + public_suffix (4.0.6) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0)