From 2bf5b149ce9b5feb2c30861f400aa163e94e3b7a Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Wed, 14 Aug 2024 09:11:25 -0500 Subject: [PATCH] Test against sdr-cli with geocombine 0.9.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 31411d9e..f7fde801 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'rails', '~> 7.0.6' gem 'rsolr', '>= 1.0', '< 3' gem 'sassc-rails', '~> 2.1' gem 'sdoc', group: :doc -gem 'sdr_cli', github: 'NYULibraries/sdr-cli', branch: 'upgrade-to-geocombine-0.9.1' +gem 'sdr_cli', github: 'NYULibraries/sdr-cli', branch: 'upgrade-to-geocombine-0.9.2' gem 'sprockets', '< 4.0' gem 'sprockets-rails' gem 'stimulus-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 6607c38c..3d882829 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/NYULibraries/sdr-cli.git - revision: b27651cdf74ceda174326cc08c249df956fd89fc - branch: upgrade-to-geocombine-0.9.1 + revision: cad1a7ae386027da91e9064910c7f3b672700ac0 + branch: upgrade-to-geocombine-0.9.2 specs: sdr_cli (0.1.0) dotenv (~> 2.7)