From 7654f063f2ab394bc55ed988d47a726e0bd2da59 Mon Sep 17 00:00:00 2001 From: Alex Kriuchykhin Date: Wed, 1 Feb 2023 17:04:51 +0100 Subject: [PATCH] Fix version of Yomu gem, update gem location (#4919) --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 82e8e61e7..3cc23afdb 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'recaptcha', require: 'recaptcha/rails' gem 'sanitize', '~> 6.0' gem 'sassc-rails' gem 'webpacker', '~> 4.0.0' -gem 'yomu', git: 'https://github.com/biosistemika/yomu', branch: 'tika_1_28_1' +gem 'yomu', git: 'https://github.com/scinote-eln/yomu', branch: 'master' # Gems for OAuth2 subsystem gem 'doorkeeper', '>= 4.6' diff --git a/Gemfile.lock b/Gemfile.lock index b18267991..1cda65c28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,15 +15,6 @@ GIT jquery-scrollto-rails (1.4.3) railties (> 3.1, < 7.0) -GIT - remote: https://github.com/biosistemika/yomu - revision: 3baa161e76b433ede55142dd1bb7cc04159f93f0 - branch: master - specs: - yomu (0.2.4) - json (>= 1.8) - mime-types (>= 1.23) - GIT remote: https://github.com/einzige/sneaky-save revision: ee71d0a00cd4ecdd575bd2a9aa8b8693915f4871 @@ -39,6 +30,13 @@ GIT devise-async (0.10.2) devise (>= 4.0) +GIT + remote: https://github.com/scinote-eln/img2zpl + revision: 23d61cfc3e90ac4caa62dd08546fa0d7590a5140 + specs: + img2zpl (1.0.1) + mini_magick (~> 4.9) + GIT remote: https://github.com/scinote-eln/omniauth-okta revision: fc4d833532dec050a3c6296691d631b64de1ee19 @@ -49,11 +47,13 @@ GIT omniauth-oauth2 (~> 1.7, >= 1.7.1) GIT - remote: https://github.com/scinote-eln/img2zpl - revision: 23d61cfc3e90ac4caa62dd08546fa0d7590a5140 + remote: https://github.com/scinote-eln/yomu + revision: d115f8964f76f2dd461b7af04f7a1f1a5317e725 + branch: master specs: - img2zpl (1.0.1) - mini_magick (~> 4.9) + yomu (0.2.4) + json (>= 1.8) + mime-types (>= 1.23) GEM remote: http://rubygems.org/