From bf90e1569fbffc68983a28770950a76353dc4ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:49:38 +0000 Subject: [PATCH] Bump addressable from 2.3.5 to 2.9.0 in /vim/.vim/bundle/vim-bookmarks Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.5 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.3.5...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- vim/.vim/bundle/vim-bookmarks/Gemfile.lock | 29 +++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/vim/.vim/bundle/vim-bookmarks/Gemfile.lock b/vim/.vim/bundle/vim-bookmarks/Gemfile.lock index 48de250..bcf66c7 100644 --- a/vim/.vim/bundle/vim-bookmarks/Gemfile.lock +++ b/vim/.vim/bundle/vim-bookmarks/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.5) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) blankslate (2.1.2.4) celluloid (0.15.2) timers (~> 1.1.0) @@ -9,8 +10,12 @@ GEM celluloid (>= 0.15.0) nio4r (>= 0.5.0) coderay (1.1.0) - faraday (0.9.0) - multipart-post (>= 1.2, < 3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.12.2) formatador (0.2.4) guard (2.5.1) @@ -21,34 +26,40 @@ GEM thor (>= 0.18.1) guard-shell (0.6.1) guard (>= 1.1.0) + json (2.19.3) listen (2.7.1) celluloid (>= 0.15.2) celluloid-io (>= 0.15.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) + logger (1.7.0) lumberjack (1.0.5) method_source (0.8.2) - multipart-post (2.0.0) + net-http (0.9.1) + uri (>= 0.11.1) netrc (0.7.7) nio4r (1.0.0) - octokit (2.7.2) - sawyer (~> 0.5.2) + octokit (10.0.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) parslet (1.5.0) blankslate (~> 2.0) pry (0.9.12.6) coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) + public_suffix (7.0.5) rake (12.3.3) rb-fsevent (0.9.4) rb-inotify (0.9.3) ffi (>= 0.5.0) - sawyer (0.5.3) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + sawyer (0.9.3) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) slop (3.5.0) thor (0.19.0) timers (1.1.0) + uri (1.1.1) vim-flavor (2.0.0) parslet (~> 1.0) thor (~> 0.14)