Skip to content

Commit ae7a25a

Browse files
committed
Updates to latest MIT branding
Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/PW-68 Document any side effects to this change: * a couple files now loading from the CDN were deleted from the public directory * local favicon was updated (it's a fallback and likely only used by IE at this point)
1 parent ef0c9ac commit ae7a25a

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

Gemfile

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

Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/mitlibraries/mitlibraries-theme
3-
revision: bbd5bb9f8f977251651a41be47b59aa5bd1b22c1
4-
tag: v1.0.2
3+
revision: 93b931b802485f9e35a6878f957b3fd88ae3b294
4+
tag: v1.1
55
specs:
66
mitlibraries-theme (1.0.2)
77
rails (>= 6, < 8)
@@ -106,7 +106,7 @@ GEM
106106
crack (0.4.5)
107107
rexml
108108
crass (1.0.6)
109-
date (3.3.3)
109+
date (3.3.4)
110110
debug (1.8.0)
111111
irb (>= 1.5.0)
112112
reline (>= 0.3.1)
@@ -119,7 +119,7 @@ GEM
119119
dotenv (= 2.8.1)
120120
railties (>= 3.2)
121121
erubi (1.12.0)
122-
ffi (1.15.5)
122+
ffi (1.16.3)
123123
ffi-compiler (1.0.1)
124124
ffi (>= 1.0.0)
125125
rake
@@ -155,7 +155,7 @@ GEM
155155
llhttp-ffi (0.4.0)
156156
ffi-compiler (~> 1.0)
157157
rake (~> 13.0)
158-
loofah (2.21.3)
158+
loofah (2.22.0)
159159
crass (~> 1.0.2)
160160
nokogiri (>= 1.12.0)
161161
mail (2.8.1)
@@ -171,21 +171,21 @@ GEM
171171
mocha (2.1.0)
172172
ruby2_keywords (>= 0.0.5)
173173
msgpack (1.7.2)
174-
net-imap (0.3.7)
174+
net-imap (0.4.8)
175175
date
176176
net-protocol
177177
net-pop (0.1.2)
178178
net-protocol
179-
net-protocol (0.2.1)
179+
net-protocol (0.2.2)
180180
timeout
181-
net-smtp (0.3.3)
181+
net-smtp (0.4.0)
182182
net-protocol
183-
nio4r (2.5.9)
184-
nokogiri (1.15.4-arm64-darwin)
183+
nio4r (2.7.0)
184+
nokogiri (1.15.5-arm64-darwin)
185185
racc (~> 1.4)
186-
nokogiri (1.15.4-x86_64-darwin)
186+
nokogiri (1.15.5-x86_64-darwin)
187187
racc (~> 1.4)
188-
nokogiri (1.15.4-x86_64-linux)
188+
nokogiri (1.15.5-x86_64-linux)
189189
racc (~> 1.4)
190190
parallel (1.23.0)
191191
parser (3.2.2.3)
@@ -197,7 +197,7 @@ GEM
197197
public_suffix (5.0.3)
198198
puma (6.3.1)
199199
nio4r (~> 2.0)
200-
racc (1.7.1)
200+
racc (1.7.3)
201201
rack (2.2.8)
202202
rack-test (2.1.0)
203203
rack (>= 1.3)
@@ -230,7 +230,7 @@ GEM
230230
thor (~> 1.0)
231231
zeitwerk (~> 2.5)
232232
rainbow (3.1.1)
233-
rake (13.0.6)
233+
rake (13.1.0)
234234
rdoc (6.5.0)
235235
psych (>= 4.0.0)
236236
regexp_parser (2.8.1)
@@ -296,9 +296,9 @@ GEM
296296
stimulus-rails (1.2.2)
297297
railties (>= 6.0.0)
298298
stringio (3.0.8)
299-
thor (1.2.2)
299+
thor (1.3.0)
300300
tilt (2.3.0)
301-
timeout (0.4.0)
301+
timeout (0.4.1)
302302
turbo-rails (1.4.0)
303303
actionpack (>= 6.0.0)
304304
activejob (>= 6.0.0)
@@ -325,13 +325,14 @@ GEM
325325
websocket-extensions (0.1.5)
326326
xpath (3.2.0)
327327
nokogiri (~> 1.8)
328-
zeitwerk (2.6.11)
328+
zeitwerk (2.6.12)
329329

330330
PLATFORMS
331331
arm64-darwin-22
332332
x86_64-darwin-19
333333
x86_64-darwin-20
334334
x86_64-darwin-21
335+
x86_64-darwin-22
335336
x86_64-linux
336337

337338
DEPENDENCIES

public/apple-touch-icon-precomposed.png

Whitespace-only changes.

public/apple-touch-icon.png

Whitespace-only changes.

public/favicon.ico

5.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)