From 874866d0513af3fc869570389ebb902cc35c3348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:07:20 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.5.2...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b7a14e2..452fb65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/stomar/sqlite3-ruby + revision: 30c93813228db0fd34b9cf5809ed8609c2535b29 + branch: add-dlfcn + specs: + sqlite3 (1.3.13.20180326210955) + GEM remote: https://rubygems.org/ specs: @@ -38,8 +45,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (8.0.0) bindex (0.5.0) builder (3.2.3) @@ -64,6 +71,7 @@ GEM crass (1.0.4) erubi (1.7.1) execjs (2.7.0) + ffi (1.9.25) ffi (1.9.25-x86-mingw32) globalid (0.4.1) activesupport (>= 4.2.0) @@ -83,9 +91,11 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) nokogiri (1.8.5-x86-mingw32) mini_portile2 (~> 2.3.0) - public_suffix (3.0.3) + public_suffix (5.0.0) puma (3.12.0) rack (2.0.6) rack-test (1.1.0) @@ -139,7 +149,6 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.13-x86-mingw32) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) @@ -164,6 +173,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x86-mingw32 DEPENDENCIES @@ -175,7 +185,7 @@ DEPENDENCIES rails (~> 5.1.3) sass-rails (~> 5.0) selenium-webdriver - sqlite3 + sqlite3! turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0)