From 2ba174540e2801db210fd2ee664753a645a16516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:11:13 +0000 Subject: [PATCH] chore(deps): bump phonelib from 0.8.9 to 0.9.1 Bumps [phonelib](https://github.com/daddyz/phonelib) from 0.8.9 to 0.9.1. - [Release notes](https://github.com/daddyz/phonelib/releases) - [Changelog](https://github.com/daddyz/phonelib/blob/master/CHANGELOG.md) - [Commits](https://github.com/daddyz/phonelib/compare/v0.8.9...v0.9.1) --- updated-dependencies: - dependency-name: phonelib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3acda8ad..9bd6dff2 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem "blacklight_advanced_search", "8.0.0.alpha2" gem "ebsco-eds", "~> 1.1", ">= 1.1.5" gem "email_validator", "~> 2.2" -gem "phonelib", "~> 0.8.9" +gem "phonelib", "~> 0.9.1" gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main" gem "bento_search", git: "https://github.com/nla/bento_search.git", tag: "0.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index bc9873a3..70a6087c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -457,7 +457,7 @@ GEM ast (~> 2.4.1) racc parslet (2.0.0) - phonelib (0.8.9) + phonelib (0.9.1) prometheus-client (4.2.3) base64 psych (5.1.2) @@ -755,7 +755,7 @@ DEPENDENCIES mock_redis (~> 0.44.0) mysql2 (~> 0.5) nla-blacklight_common! - phonelib (~> 0.8.9) + phonelib (~> 0.9.1) puma (~> 6.4) rack-mini-profiler rails (~> 7.0)