Skip to content

Commit 795e0c3

Browse files
committed
Update dependencies
This temporarily pins `opensearch-ruby` to 2.1.0, due to a bug in 3.0.0. A fix for that bug is pending upstream and should released soon.
1 parent 99fdf29 commit 795e0c3

File tree

2 files changed

+79
-78
lines changed

2 files changed

+79
-78
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'graphql'
1111
gem 'jwt'
1212
gem 'lograge'
1313
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.2'
14-
gem 'opensearch-ruby'
14+
gem 'opensearch-ruby', '~> 2.1'
1515
gem 'puma'
1616
gem 'rack-attack'
1717
gem 'rack-cors'

Gemfile.lock

Lines changed: 78 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,67 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.7.2)
14-
actionpack (= 7.0.7.2)
15-
activesupport (= 7.0.7.2)
13+
actioncable (7.0.8)
14+
actionpack (= 7.0.8)
15+
activesupport (= 7.0.8)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.7.2)
19-
actionpack (= 7.0.7.2)
20-
activejob (= 7.0.7.2)
21-
activerecord (= 7.0.7.2)
22-
activestorage (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
18+
actionmailbox (7.0.8)
19+
actionpack (= 7.0.8)
20+
activejob (= 7.0.8)
21+
activerecord (= 7.0.8)
22+
activestorage (= 7.0.8)
23+
activesupport (= 7.0.8)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.7.2)
29-
actionpack (= 7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activejob (= 7.0.7.2)
32-
activesupport (= 7.0.7.2)
28+
actionmailer (7.0.8)
29+
actionpack (= 7.0.8)
30+
actionview (= 7.0.8)
31+
activejob (= 7.0.8)
32+
activesupport (= 7.0.8)
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.7.2)
39-
actionview (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
38+
actionpack (7.0.8)
39+
actionview (= 7.0.8)
40+
activesupport (= 7.0.8)
4141
rack (~> 2.0, >= 2.2.4)
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.7.2)
46-
actionpack (= 7.0.7.2)
47-
activerecord (= 7.0.7.2)
48-
activestorage (= 7.0.7.2)
49-
activesupport (= 7.0.7.2)
45+
actiontext (7.0.8)
46+
actionpack (= 7.0.8)
47+
activerecord (= 7.0.8)
48+
activestorage (= 7.0.8)
49+
activesupport (= 7.0.8)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.7.2)
53-
activesupport (= 7.0.7.2)
52+
actionview (7.0.8)
53+
activesupport (= 7.0.8)
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.7.2)
59-
activesupport (= 7.0.7.2)
58+
activejob (7.0.8)
59+
activesupport (= 7.0.8)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.7.2)
62-
activesupport (= 7.0.7.2)
63-
activerecord (7.0.7.2)
64-
activemodel (= 7.0.7.2)
65-
activesupport (= 7.0.7.2)
66-
activestorage (7.0.7.2)
67-
actionpack (= 7.0.7.2)
68-
activejob (= 7.0.7.2)
69-
activerecord (= 7.0.7.2)
70-
activesupport (= 7.0.7.2)
61+
activemodel (7.0.8)
62+
activesupport (= 7.0.8)
63+
activerecord (7.0.8)
64+
activemodel (= 7.0.8)
65+
activesupport (= 7.0.8)
66+
activestorage (7.0.8)
67+
actionpack (= 7.0.8)
68+
activejob (= 7.0.8)
69+
activerecord (= 7.0.8)
70+
activesupport (= 7.0.8)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.7.2)
73+
activesupport (7.0.8)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
@@ -124,8 +124,9 @@ GEM
124124
http_parser.rb (~> 0)
125125
erubi (1.12.0)
126126
eventmachine (1.2.7)
127-
execjs (2.8.1)
128-
faraday (2.7.10)
127+
execjs (2.9.1)
128+
faraday (2.7.11)
129+
base64
129130
faraday-net_http (>= 2.0, < 3.1)
130131
ruby2_keywords (>= 0.0.4)
131132
faraday-net_http (3.0.2)
@@ -137,10 +138,10 @@ GEM
137138
activesupport (>= 4.0)
138139
terminal-table (>= 1.8)
139140
forwardable-extended (2.6.0)
140-
globalid (1.1.0)
141-
activesupport (>= 5.0)
142-
google-protobuf (3.23.3)
143-
graphql (2.0.26)
141+
globalid (1.2.1)
142+
activesupport (>= 6.1)
143+
google-protobuf (3.24.3)
144+
graphql (2.1.0)
144145
hashdiff (1.0.1)
145146
http_parser.rb (0.8.0)
146147
i18n (1.14.1)
@@ -202,8 +203,8 @@ GEM
202203
method_source (1.0.0)
203204
mini_mime (1.1.5)
204205
mini_portile2 (2.8.4)
205-
minitest (5.19.0)
206-
msgpack (1.7.1)
206+
minitest (5.20.0)
207+
msgpack (1.7.2)
207208
multi_json (1.15.0)
208209
net-imap (0.3.7)
209210
date
@@ -233,7 +234,7 @@ GEM
233234
racc
234235
pathutil (0.16.2)
235236
forwardable-extended (~> 2.6)
236-
pg (1.5.3)
237+
pg (1.5.4)
237238
public_suffix (5.0.3)
238239
puma (6.3.1)
239240
nio4r (~> 2.0)
@@ -245,30 +246,30 @@ GEM
245246
rack (>= 2.0.0)
246247
rack-test (2.1.0)
247248
rack (>= 1.3)
248-
rails (7.0.7.2)
249-
actioncable (= 7.0.7.2)
250-
actionmailbox (= 7.0.7.2)
251-
actionmailer (= 7.0.7.2)
252-
actionpack (= 7.0.7.2)
253-
actiontext (= 7.0.7.2)
254-
actionview (= 7.0.7.2)
255-
activejob (= 7.0.7.2)
256-
activemodel (= 7.0.7.2)
257-
activerecord (= 7.0.7.2)
258-
activestorage (= 7.0.7.2)
259-
activesupport (= 7.0.7.2)
249+
rails (7.0.8)
250+
actioncable (= 7.0.8)
251+
actionmailbox (= 7.0.8)
252+
actionmailer (= 7.0.8)
253+
actionpack (= 7.0.8)
254+
actiontext (= 7.0.8)
255+
actionview (= 7.0.8)
256+
activejob (= 7.0.8)
257+
activemodel (= 7.0.8)
258+
activerecord (= 7.0.8)
259+
activestorage (= 7.0.8)
260+
activesupport (= 7.0.8)
260261
bundler (>= 1.15.0)
261-
railties (= 7.0.7.2)
262+
railties (= 7.0.8)
262263
rails-dom-testing (2.2.0)
263264
activesupport (>= 5.0.0)
264265
minitest
265266
nokogiri (>= 1.6)
266267
rails-html-sanitizer (1.6.0)
267268
loofah (~> 2.21)
268269
nokogiri (~> 1.14)
269-
railties (7.0.7.2)
270-
actionpack (= 7.0.7.2)
271-
activesupport (= 7.0.7.2)
270+
railties (7.0.8)
271+
actionpack (= 7.0.8)
272+
activesupport (= 7.0.8)
272273
method_source
273274
rake (>= 12.2)
274275
thor (~> 1.0)
@@ -280,7 +281,7 @@ GEM
280281
ffi (~> 1.0)
281282
redis (5.0.7)
282283
redis-client (>= 0.9.0)
283-
redis-client (0.16.0)
284+
redis-client (0.17.0)
284285
connection_pool
285286
regexp_parser (2.8.1)
286287
request_store (1.5.1)
@@ -289,8 +290,8 @@ GEM
289290
actionpack (>= 5.2)
290291
railties (>= 5.2)
291292
rexml (3.2.6)
292-
rouge (4.1.2)
293-
rubocop (1.56.1)
293+
rouge (4.1.3)
294+
rubocop (1.56.3)
294295
base64 (~> 0.1.1)
295296
json (~> 2.3)
296297
language_server-protocol (>= 3.17.0)
@@ -304,15 +305,15 @@ GEM
304305
unicode-display_width (>= 2.4.0, < 3.0)
305306
rubocop-ast (1.29.0)
306307
parser (>= 3.2.1.0)
307-
rubocop-rails (2.20.2)
308+
rubocop-rails (2.21.1)
308309
activesupport (>= 4.2.0)
309310
rack (>= 1.1)
310311
rubocop (>= 1.33.0, < 2.0)
311312
ruby-progressbar (1.13.0)
312313
ruby2_keywords (0.0.5)
313314
rubyzip (2.3.2)
314315
safe_yaml (1.0.5)
315-
sass-embedded (1.63.6)
316+
sass-embedded (1.67.0)
316317
google-protobuf (~> 3.23)
317318
rake (>= 13.0.0)
318319
sass-rails (6.0.0)
@@ -325,14 +326,14 @@ GEM
325326
sprockets (> 3.0)
326327
sprockets-rails
327328
tilt
328-
selenium-webdriver (4.11.0)
329+
selenium-webdriver (4.12.0)
329330
rexml (~> 3.2, >= 3.2.5)
330331
rubyzip (>= 1.2.2, < 3.0)
331332
websocket (~> 1.0)
332-
sentry-rails (5.10.0)
333+
sentry-rails (5.11.0)
333334
railties (>= 5.0)
334-
sentry-ruby (~> 5.10.0)
335-
sentry-ruby (5.10.0)
335+
sentry-ruby (~> 5.11.0)
336+
sentry-ruby (5.11.0)
336337
concurrent-ruby (~> 1.0, >= 1.0.2)
337338
simplecov (0.22.0)
338339
docile (~> 1.1)
@@ -341,19 +342,19 @@ GEM
341342
simplecov-html (0.12.3)
342343
simplecov-lcov (0.8.0)
343344
simplecov_json_formatter (0.1.4)
344-
sprockets (4.2.0)
345+
sprockets (4.2.1)
345346
concurrent-ruby (~> 1.0)
346347
rack (>= 2.2.4, < 4)
347348
sprockets-rails (3.4.2)
348349
actionpack (>= 5.2)
349350
activesupport (>= 5.2)
350351
sprockets (>= 3.0.0)
351-
sqlite3 (1.6.3)
352+
sqlite3 (1.6.6)
352353
mini_portile2 (~> 2.8.0)
353354
terminal-table (3.0.2)
354355
unicode-display_width (>= 1.1.1, < 3)
355356
thor (1.2.2)
356-
tilt (2.2.0)
357+
tilt (2.3.0)
357358
timecop (0.9.8)
358359
timeout (0.4.0)
359360
tzinfo (2.0.6)
@@ -364,12 +365,12 @@ GEM
364365
vcr (6.2.0)
365366
warden (1.2.9)
366367
rack (>= 2.0.9)
367-
web-console (4.2.0)
368+
web-console (4.2.1)
368369
actionview (>= 6.0.0)
369370
activemodel (>= 6.0.0)
370371
bindex (>= 0.4.0)
371372
railties (>= 6.0.0)
372-
webmock (3.18.1)
373+
webmock (3.19.1)
373374
addressable (>= 2.8.0)
374375
crack (>= 0.3.2)
375376
hashdiff (>= 0.4.0, < 2.0.0)
@@ -403,7 +404,7 @@ DEPENDENCIES
403404
listen
404405
lograge
405406
mitlibraries-theme!
406-
opensearch-ruby
407+
opensearch-ruby (~> 2.1)
407408
pg
408409
puma
409410
rack-attack

0 commit comments

Comments
 (0)