We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6208a commit d1b95c4Copy full SHA for d1b95c4
2 files changed
Gemfile
@@ -14,8 +14,8 @@ gem 'graphql'
14
gem 'jwt'
15
gem 'lograge'
16
gem 'mitlibraries-theme',
17
- git: 'https://github.com/MITLibraries/mitlibraries-theme.git',
18
- branch: 'rails8'
+ git: 'https://github.com/mitlibraries/mitlibraries-theme',
+ tag: 'v1.5'
19
gem 'opensearch-aws-sigv4'
20
gem 'opensearch-ruby'
21
gem 'puma'
Gemfile.lock
@@ -1,7 +1,7 @@
1
GIT
2
- remote: https://github.com/MITLibraries/mitlibraries-theme.git
3
- revision: e3651e2bafeff277d3ed12a65060df9cf627af95
4
- branch: rails8
+ remote: https://github.com/mitlibraries/mitlibraries-theme
+ revision: 135390daff870937212f1d9020abb6aea53c87d9
+ tag: v1.5
5
specs:
6
mitlibraries-theme (1.1.0)
7
rails (>= 6, < 9)
0 commit comments