From 947c483735f8dc56e5eb38b1f11495930b8568f1 Mon Sep 17 00:00:00 2001 From: Sarah Proctor Date: Thu, 19 Sep 2024 11:52:39 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Updates=20version=20of=20order-a?= =?UTF-8?q?lready=20gem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the version of the order-already gem to 0.3.2. This version of the gem handles blank values preventing blank fields from being assigned `[""]` instead of `[]`. Ref: - https://github.com/scientist-softserv/adventist_knapsack/issues/771 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 934fd791e..e7bd9958b 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ gem 'omniauth-multi-provider' gem 'omniauth_openid_connect' gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'omniauth-saml', '~> 2.1' -gem 'order_already' +gem 'order_already', '~> 0.3.2' gem 'parser', '>= 3.1.0.0' gem 'pg' gem 'postrank-uri', '>= 1.0.24' diff --git a/Gemfile.lock b/Gemfile.lock index 0c1aa1804..4d52075a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1005,7 +1005,7 @@ GEM rails (> 3.2.0) openssl (3.2.0) optimist (3.1.0) - order_already (0.3.1) + order_already (0.3.2) rails-html-sanitizer (~> 1.4) orm_adapter (0.5.0) os (1.1.4) @@ -1527,7 +1527,7 @@ DEPENDENCIES omniauth-saml (~> 2.1) omniauth_openid_connect openssl (>= 3.2.0) - order_already + order_already (~> 0.3.2) parser (>= 3.1.0.0) pg postrank-uri (>= 1.0.24)