From 989b2870488c67546994dc40b2e8c38bd80a4bea Mon Sep 17 00:00:00 2001 From: dleadbetter Date: Fri, 3 Jan 2025 09:19:51 -0500 Subject: [PATCH] CDC #336 - Updating "core_data_connector" gem to the latest version --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8bc1b54..895c77e 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.2' # Core data -gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.67' +gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.68' # IIIF gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index a879d25..67f2b0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/performant-software/core-data-connector.git - revision: bbec41fd84a07789cfa0208d34d329bb8ac506cb - tag: v0.1.67 + revision: 6b233b7fa06c137b467b52696e3e8d04f2356770 + tag: v0.1.68 specs: core_data_connector (0.1.0) activerecord-postgis-adapter (~> 8.0) @@ -157,9 +157,9 @@ GEM ffi (>= 1.15.0) faker (3.5.1) i18n (>= 1.8.11, < 2) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) globalid (1.1.0) activesupport (>= 5.0) httparty (0.20.0) @@ -206,7 +206,7 @@ GEM racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) - oj (3.16.7) + oj (3.16.9) bigdecimal (>= 3.0) ostruct (>= 0.2) ostruct (0.6.1) @@ -254,7 +254,7 @@ GEM rake (13.0.6) reline (0.3.8) io-console (~> 0.5) - rexml (3.3.9) + rexml (3.4.0) rgeo (3.0.1) rgeo-activerecord (7.0.1) activerecord (>= 5.0)