From 39b82e077f50c0f22256c2c1ac1a23bd6897bdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:00:20 -0400 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 (#6) * Bump addressable from 2.7.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. - [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.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] * Remove support for ruby 2.6 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hossam Hammady --- .github/workflows/tests.yml | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 835359e..3c7d3d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - ruby_version: [2.5, 2.6, 2.7] + ruby_version: [2.6, 2.7] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/Gemfile.lock b/Gemfile.lock index ed08a2d..64207df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,8 +12,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) coderay (1.1.1) diff-lcs (1.3) docile (1.4.0) @@ -55,7 +55,7 @@ GEM netrc (0.11.0) newrelic_rpm (7.1.0) prometheus-client (2.1.0) - public_suffix (4.0.6) + public_suffix (5.0.0) rake (13.0.1) recursive-open-struct (1.1.3) rest-client (2.1.0)