From c825807205788780f8e28a63ae0a0699ce86175c Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Mon, 10 Jul 2023 15:28:24 -0700 Subject: [PATCH] fix addressable --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3c658578a..dbf103f48 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.5' +gem 'addressable', '2.8.1' # remove once https://github.com/postrank-labs/postrank-uri/issues/49 is fixed gem 'activerecord-nulldb-adapter' # Use sqlite3 as the database for Active Record gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index b256b57d3..881eed8f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.8.4) + addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) almond-rails (0.3.0) rails (>= 4.2) @@ -1202,6 +1202,7 @@ DEPENDENCIES active-fedora (>= 11.1.4) active_elastic_job! activerecord-nulldb-adapter + addressable (= 2.8.1) apartment aws-sdk-sqs blacklight (~> 6.7)