From 8c1b0be87217a33ef6391de9a56119c0e2b2083e Mon Sep 17 00:00:00 2001 From: jazairi Date: Mon, 3 Apr 2023 17:16:46 -0400 Subject: [PATCH] Update theme gem Why these changes are being introduced: The new theme gem version includes some footer updates requested by UXWS. Relevant ticket(s): https://mitlibraries.atlassian.net/browse/UXWS-1507 How this addresses that need: This updates the theme gem. Side effects of this change: The previous version missed the `versions.rb` change, so the lockfile will show an increment from `1.0.0` to `1.0.2`, when in reality it is from `1.0.1` to `1.0.2`. --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1622e86..9854902 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'graphql' gem 'jbuilder' gem 'jwt' gem 'lograge' -gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.1' +gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.2' gem 'net-imap', require: false gem 'net-pop', require: false gem 'net-smtp', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 99a68d9..da4804f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/mitlibraries/mitlibraries-theme - revision: bd1b8bdbe49df5deeafeb8b245b95f78674e119d - tag: v1.0.1 + revision: bbd5bb9f8f977251651a41be47b59aa5bd1b22c1 + tag: v1.0.2 specs: - mitlibraries-theme (1.0.0) + mitlibraries-theme (1.0.2) rails (>= 6, < 8) sassc-rails (~> 2)