Skip to content

Commit d5f9755

Browse files
author
jazairi
committed
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`.
1 parent 3f81a44 commit d5f9755

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'graphql-client'
88
gem 'http'
99
gem 'importmap-rails'
1010
gem 'jbuilder'
11-
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.1'
11+
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.2'
1212
gem 'puma'
1313
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
1414
gem 'sentry-rails'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/mitlibraries/mitlibraries-theme
3-
revision: bd1b8bdbe49df5deeafeb8b245b95f78674e119d
4-
tag: v1.0.1
3+
revision: bbd5bb9f8f977251651a41be47b59aa5bd1b22c1
4+
tag: v1.0.2
55
specs:
6-
mitlibraries-theme (1.0.0)
6+
mitlibraries-theme (1.0.2)
77
rails (>= 6, < 8)
88
sassc-rails (~> 2)
99

0 commit comments

Comments
 (0)