From e6a986823d5cfd206370577c0d4946cef3e3d967 Mon Sep 17 00:00:00 2001 From: Rebecca Black Date: Wed, 18 Feb 2026 11:26:02 -0500 Subject: [PATCH 1/2] updating user-defined-fields gem to 0.1.15 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b63f546d..9a3337c8 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'core_data_connector', git: 'https://github.com/performant-software/core-dat gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.7' # User defined fields -gem 'user_defined_fields', git: 'https://github.com/performant-software/user-defined-fields.git', tag: 'v0.1.14' +gem 'user_defined_fields', git: 'https://github.com/performant-software/user-defined-fields.git', tag: 'v0.1.15' # Fuzzy dates gem 'fuzzy_dates', git: 'https://github.com/performant-software/fuzzy-dates.git', tag: 'v0.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index e5df21e5..d6c003d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,8 +59,8 @@ GIT GIT remote: https://github.com/performant-software/user-defined-fields.git - revision: 9799f151ab51506eef42177c756b762060a9838a - tag: v0.1.14 + revision: 3fe09c999fa5193e8de9e1253e60d25c95a40af8 + tag: v0.1.15 specs: user_defined_fields (0.1.0) rails (>= 6.0.3.2, < 9) From 9a913d21e33aa7dd8b74735c75be7721c4eaa149 Mon Sep 17 00:00:00 2001 From: Rebecca Black Date: Fri, 20 Feb 2026 11:49:16 -0500 Subject: [PATCH 2/2] update core-data-connector gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9a3337c8..6852a4c3 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'resource_api', git: 'https://github.com/performant-software/resource-api.gi gem 'jwt_auth', git: 'https://github.com/performant-software/jwt-auth.git', tag: 'v0.1.3' # Core data -gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.110' +gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.111' # IIIF gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.7'