From c7f32288e683a887f4a4cc2b8bdd6f467ab533f8 Mon Sep 17 00:00:00 2001 From: Dananji Withana Date: Wed, 8 Feb 2023 14:17:09 -0500 Subject: [PATCH] Update Gemfile Co-authored-by: Chris Colvard --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ad43a8687c..5a4282a4c9 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'avalon-about', git: 'https://github.com/avalonmediasystem/avalon-about.git' #gem 'bootstrap-sass', '< 3.4.1' # Pin to less than 3.4.1 due to change in behavior with popovers gem 'bootstrap-toggle-rails' gem 'bootstrap_form' -gem 'iiif_manifest', git: "https://github.com/samvera/iiif_manifest.git", branch: 'main' +gem 'iiif_manifest', '~> 1.3' gem 'rack-cors', require: 'rack/cors' gem 'rails_same_site_cookie' gem 'recaptcha', require: 'recaptcha/rails'