From 85163520bafdf7761bddeadc549e4a5cdbf34e8c Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Thu, 14 Mar 2024 09:42:59 -0400 Subject: [PATCH] Update marc_cleanup gem to v0.9.1 --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7861518d..000a20c6 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'logstash-event' gem 'loofah', '>= 2.2.3' gem 'loops', github: 'kovyrin/loops', branch: 'master' gem 'marc', '~> 1.0' -gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.7.0' +gem 'marc_cleanup', github: "pulibrary/marc_cleanup", tag: 'v0.9.1' gem 'multi_json' gem 'net-imap', require: false gem 'net-ldap' diff --git a/Gemfile.lock b/Gemfile.lock index 56cc60ae..d36a6c0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,11 +7,12 @@ GIT GIT remote: https://github.com/pulibrary/marc_cleanup.git - revision: 523cf5432c14e6654eadb8b99962f4f96fbdc94c - tag: v0.7.0 + revision: 98d24b82de9f4e93aaf73353ef1067edbdff2c40 + tag: v0.9.1 specs: - marc_cleanup (0.7.0) + marc_cleanup (0.9.0) marc (~> 1.0) + nokogiri GIT remote: https://github.com/pulibrary/orangetheses.git