Skip to content

Commit

Permalink
Bump addressable from 2.7.0 to 2.8.1 (#6)
Browse files Browse the repository at this point in the history
* 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](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.1)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

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

* Remove support for ruby 2.6

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hossam Hammady <github@hammady.net>
  • Loading branch information
dependabot[bot] and hammady committed Sep 15, 2023
1 parent bda95f5 commit 39b82e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 39b82e0

Please sign in to comment.