From 5b1a3d8a74894cb603449515995977517be1d0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:48:54 +0000 Subject: [PATCH] Bump addressable from 2.3.5 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.5 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.3.5...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac5f2cef..c3329c43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ PATH specs: reimagine2 (2.0.55) coffee-rails - compass-rails rails sass-rails zurb-foundation (~> 4) @@ -38,7 +37,8 @@ GEM activesupport (3.2.15) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) - addressable (2.3.5) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (3.0.3) builder (3.0.4) byebug (2.7.0) @@ -50,34 +50,31 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - chunky_png (1.3.1) coderay (1.0.9) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) - coffee-script (2.2.0) + coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.7.0) + coffee-script-source (1.12.2) columnize (0.9.0) - compass (0.12.6) - chunky_png (~> 1.2) - fssm (>= 0.2.7) - sass (~> 3.2.19) - compass-rails (1.1.7) - compass (>= 0.12.2) - sprockets (<= 2.11.0) daemons (1.1.9) + debugger (1.6.8) + columnize (>= 0.3.1) + debugger-linecache (~> 1.2.0) + debugger-ruby_core_source (~> 1.3.5) debugger-linecache (1.2.0) + debugger-ruby_core_source (1.3.8) diff-lcs (1.2.4) dotenv (0.9.0) erubis (2.7.0) eventmachine (1.0.3) - execjs (2.1.0) + execjs (2.8.1) + ffi (1.15.5) foreman (0.63.0) dotenv (>= 0.7) thor (>= 0.13.6) - fssm (0.2.10) hike (1.2.3) i18n (0.6.5) journey (1.0.4) @@ -104,9 +101,10 @@ GEM pry-byebug (1.3.2) byebug (~> 2.7) pry (~> 0.9.12) - pry-remote (0.1.8) - pry (~> 0.9) - slop (~> 3.0) + pry-debugger (0.2.3) + debugger (~> 1.3) + pry (>= 0.9.10, < 0.11.0) + public_suffix (5.0.0) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) @@ -130,6 +128,9 @@ GEM rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) rake (10.1.0) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) rdoc (3.12.2) json (~> 1.4) rspec-core (2.14.4) @@ -143,7 +144,11 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - sass (3.2.19) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) @@ -181,7 +186,7 @@ DEPENDENCIES launchy pry pry-byebug - pry-remote + pry-debugger rails (~> 3.2) reimagine2! rspec-rails (~> 2.0)