You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by au...@apache.org on 2023/05/02 21:25:13 UTC

[flagon] branch master updated: Bump addressable from 2.7.0 to 2.8.1 in /site (#26)

This is an automated email from the ASF dual-hosted git repository.

austin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eded9e  Bump addressable from 2.7.0 to 2.8.1 in /site (#26)
0eded9e is described below

commit 0eded9e45f978f5a42af8ec00f278d298ad5c48e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 2 14:25:08 2023 -0700

    Bump addressable from 2.7.0 to 2.8.1 in /site (#26)
    
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 site/Gemfile.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 9c20eeb..92de4d1 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -1,8 +1,8 @@
 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)
     colorator (1.1.0)
     ffi (1.11.1)
     forwardable-extended (2.6.0)
@@ -31,7 +31,7 @@ GEM
     mercenary (0.3.6)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
-    public_suffix (4.0.1)
+    public_suffix (5.0.0)
     rb-fsevent (0.10.3)
     rb-inotify (0.10.0)
       ffi (~> 1.0)