Skip to content

Commit 3f81a44

Browse files
authored
Merge pull request #93 from MITLibraries/update-dependencies
Update dependencies
2 parents d20a8cc + 5a3f0e0 commit 3f81a44

File tree

2 files changed

+79
-75
lines changed

2 files changed

+79
-75
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.0'
11+
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.1'
1212
gem 'puma'
1313
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
1414
gem 'sentry-rails'

Gemfile.lock

Lines changed: 78 additions & 74 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: f53eb6ec1f4e6c43fe39c86544e48c355e04c992
4-
tag: v1.0.0
3+
revision: bd1b8bdbe49df5deeafeb8b245b95f78674e119d
4+
tag: v1.0.1
55
specs:
66
mitlibraries-theme (1.0.0)
77
rails (>= 6, < 8)
@@ -10,67 +10,67 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.4.2)
14-
actionpack (= 7.0.4.2)
15-
activesupport (= 7.0.4.2)
13+
actioncable (7.0.4.3)
14+
actionpack (= 7.0.4.3)
15+
activesupport (= 7.0.4.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.4.2)
19-
actionpack (= 7.0.4.2)
20-
activejob (= 7.0.4.2)
21-
activerecord (= 7.0.4.2)
22-
activestorage (= 7.0.4.2)
23-
activesupport (= 7.0.4.2)
18+
actionmailbox (7.0.4.3)
19+
actionpack (= 7.0.4.3)
20+
activejob (= 7.0.4.3)
21+
activerecord (= 7.0.4.3)
22+
activestorage (= 7.0.4.3)
23+
activesupport (= 7.0.4.3)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.4.2)
29-
actionpack (= 7.0.4.2)
30-
actionview (= 7.0.4.2)
31-
activejob (= 7.0.4.2)
32-
activesupport (= 7.0.4.2)
28+
actionmailer (7.0.4.3)
29+
actionpack (= 7.0.4.3)
30+
actionview (= 7.0.4.3)
31+
activejob (= 7.0.4.3)
32+
activesupport (= 7.0.4.3)
3333
mail (~> 2.5, >= 2.5.4)
3434
net-imap
3535
net-pop
3636
net-smtp
3737
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.4.2)
39-
actionview (= 7.0.4.2)
40-
activesupport (= 7.0.4.2)
38+
actionpack (7.0.4.3)
39+
actionview (= 7.0.4.3)
40+
activesupport (= 7.0.4.3)
4141
rack (~> 2.0, >= 2.2.0)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.0)
4444
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.4.2)
46-
actionpack (= 7.0.4.2)
47-
activerecord (= 7.0.4.2)
48-
activestorage (= 7.0.4.2)
49-
activesupport (= 7.0.4.2)
45+
actiontext (7.0.4.3)
46+
actionpack (= 7.0.4.3)
47+
activerecord (= 7.0.4.3)
48+
activestorage (= 7.0.4.3)
49+
activesupport (= 7.0.4.3)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.4.2)
53-
activesupport (= 7.0.4.2)
52+
actionview (7.0.4.3)
53+
activesupport (= 7.0.4.3)
5454
builder (~> 3.1)
5555
erubi (~> 1.4)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.4.2)
59-
activesupport (= 7.0.4.2)
58+
activejob (7.0.4.3)
59+
activesupport (= 7.0.4.3)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.4.2)
62-
activesupport (= 7.0.4.2)
63-
activerecord (7.0.4.2)
64-
activemodel (= 7.0.4.2)
65-
activesupport (= 7.0.4.2)
66-
activestorage (7.0.4.2)
67-
actionpack (= 7.0.4.2)
68-
activejob (= 7.0.4.2)
69-
activerecord (= 7.0.4.2)
70-
activesupport (= 7.0.4.2)
61+
activemodel (7.0.4.3)
62+
activesupport (= 7.0.4.3)
63+
activerecord (7.0.4.3)
64+
activemodel (= 7.0.4.3)
65+
activesupport (= 7.0.4.3)
66+
activestorage (7.0.4.3)
67+
actionpack (= 7.0.4.3)
68+
activejob (= 7.0.4.3)
69+
activerecord (= 7.0.4.3)
70+
activesupport (= 7.0.4.3)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.4.2)
73+
activesupport (7.0.4.3)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
@@ -102,7 +102,7 @@ GEM
102102
xpath (~> 3.2)
103103
climate_control (1.2.0)
104104
coderay (1.1.3)
105-
concurrent-ruby (1.2.0)
105+
concurrent-ruby (1.2.2)
106106
crack (0.4.5)
107107
rexml
108108
crass (1.0.6)
@@ -125,7 +125,7 @@ GEM
125125
rake
126126
globalid (1.1.0)
127127
activesupport (>= 5.0)
128-
graphql (2.0.17)
128+
graphql (2.0.19)
129129
graphql-client (0.18.0)
130130
activesupport (>= 3.0)
131131
graphql
@@ -144,7 +144,7 @@ GEM
144144
actionpack (>= 6.0.0)
145145
railties (>= 6.0.0)
146146
io-console (0.6.0)
147-
irb (1.6.2)
147+
irb (1.6.3)
148148
reline (>= 0.3.0)
149149
jbuilder (2.11.5)
150150
actionview (>= 5.0.0)
@@ -165,10 +165,10 @@ GEM
165165
matrix (0.4.2)
166166
method_source (1.0.0)
167167
mini_mime (1.1.2)
168-
minitest (5.17.0)
168+
minitest (5.18.0)
169169
mocha (2.0.2)
170170
ruby2_keywords (>= 0.0.5)
171-
msgpack (1.6.0)
171+
msgpack (1.6.1)
172172
net-imap (0.3.4)
173173
date
174174
net-protocol
@@ -179,54 +179,56 @@ GEM
179179
net-smtp (0.3.3)
180180
net-protocol
181181
nio4r (2.5.8)
182+
nokogiri (1.14.2-arm64-darwin)
183+
racc (~> 1.4)
182184
nokogiri (1.14.2-x86_64-darwin)
183185
racc (~> 1.4)
184186
nokogiri (1.14.2-x86_64-linux)
185187
racc (~> 1.4)
186188
parallel (1.22.1)
187-
parser (3.2.1.0)
189+
parser (3.2.1.1)
188190
ast (~> 2.4.1)
189-
pg (1.4.5)
191+
pg (1.4.6)
190192
public_suffix (5.0.1)
191-
puma (6.1.0)
193+
puma (6.1.1)
192194
nio4r (~> 2.0)
193195
racc (1.6.2)
194-
rack (2.2.6.2)
195-
rack-test (2.0.2)
196+
rack (2.2.6.4)
197+
rack-test (2.1.0)
196198
rack (>= 1.3)
197-
rails (7.0.4.2)
198-
actioncable (= 7.0.4.2)
199-
actionmailbox (= 7.0.4.2)
200-
actionmailer (= 7.0.4.2)
201-
actionpack (= 7.0.4.2)
202-
actiontext (= 7.0.4.2)
203-
actionview (= 7.0.4.2)
204-
activejob (= 7.0.4.2)
205-
activemodel (= 7.0.4.2)
206-
activerecord (= 7.0.4.2)
207-
activestorage (= 7.0.4.2)
208-
activesupport (= 7.0.4.2)
199+
rails (7.0.4.3)
200+
actioncable (= 7.0.4.3)
201+
actionmailbox (= 7.0.4.3)
202+
actionmailer (= 7.0.4.3)
203+
actionpack (= 7.0.4.3)
204+
actiontext (= 7.0.4.3)
205+
actionview (= 7.0.4.3)
206+
activejob (= 7.0.4.3)
207+
activemodel (= 7.0.4.3)
208+
activerecord (= 7.0.4.3)
209+
activestorage (= 7.0.4.3)
210+
activesupport (= 7.0.4.3)
209211
bundler (>= 1.15.0)
210-
railties (= 7.0.4.2)
212+
railties (= 7.0.4.3)
211213
rails-dom-testing (2.0.3)
212214
activesupport (>= 4.2.0)
213215
nokogiri (>= 1.6)
214216
rails-html-sanitizer (1.5.0)
215217
loofah (~> 2.19, >= 2.19.1)
216-
railties (7.0.4.2)
217-
actionpack (= 7.0.4.2)
218-
activesupport (= 7.0.4.2)
218+
railties (7.0.4.3)
219+
actionpack (= 7.0.4.3)
220+
activesupport (= 7.0.4.3)
219221
method_source
220222
rake (>= 12.2)
221223
thor (~> 1.0)
222224
zeitwerk (~> 2.5)
223225
rainbow (3.1.1)
224226
rake (13.0.6)
225227
regexp_parser (2.7.0)
226-
reline (0.3.2)
228+
reline (0.3.3)
227229
io-console (~> 0.5)
228230
rexml (3.2.5)
229-
rubocop (1.46.0)
231+
rubocop (1.48.1)
230232
json (~> 2.3)
231233
parallel (~> 1.10)
232234
parser (>= 3.2.0.0)
@@ -236,13 +238,13 @@ GEM
236238
rubocop-ast (>= 1.26.0, < 2.0)
237239
ruby-progressbar (~> 1.7)
238240
unicode-display_width (>= 2.4.0, < 3.0)
239-
rubocop-ast (1.26.0)
241+
rubocop-ast (1.28.0)
240242
parser (>= 3.2.1.0)
241-
rubocop-rails (2.17.4)
243+
rubocop-rails (2.18.0)
242244
activesupport (>= 4.2.0)
243245
rack (>= 1.1)
244246
rubocop (>= 1.33.0, < 2.0)
245-
ruby-progressbar (1.11.0)
247+
ruby-progressbar (1.13.0)
246248
ruby2_keywords (0.0.5)
247249
rubyzip (2.3.2)
248250
sassc (2.4.0)
@@ -253,7 +255,7 @@ GEM
253255
sprockets (> 3.0)
254256
sprockets-rails
255257
tilt
256-
selenium-webdriver (4.8.1)
258+
selenium-webdriver (4.8.3)
257259
rexml (~> 3.2, >= 3.2.5)
258260
rubyzip (>= 1.2.2, < 3.0)
259261
websocket (~> 1.0)
@@ -276,14 +278,15 @@ GEM
276278
actionpack (>= 5.2)
277279
activesupport (>= 5.2)
278280
sprockets (>= 3.0.0)
279-
sqlite3 (1.6.1-x86_64-darwin)
280-
sqlite3 (1.6.1-x86_64-linux)
281+
sqlite3 (1.6.2-arm64-darwin)
282+
sqlite3 (1.6.2-x86_64-darwin)
283+
sqlite3 (1.6.2-x86_64-linux)
281284
stimulus-rails (1.2.1)
282285
railties (>= 6.0.0)
283286
thor (1.2.1)
284287
tilt (2.1.0)
285288
timeout (0.3.2)
286-
turbo-rails (1.3.3)
289+
turbo-rails (1.4.0)
287290
actionpack (>= 6.0.0)
288291
activejob (>= 6.0.0)
289292
railties (>= 6.0.0)
@@ -316,6 +319,7 @@ GEM
316319
zeitwerk (2.6.7)
317320

318321
PLATFORMS
322+
arm64-darwin-22
319323
x86_64-darwin-19
320324
x86_64-darwin-20
321325
x86_64-darwin-21

0 commit comments

Comments
 (0)