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.
2 parents fcc9116 + c754527 commit b4195f1Copy full SHA for b4195f1
Gemfile
@@ -10,6 +10,7 @@ gem 'http'
10
gem 'importmap-rails'
11
gem 'jbuilder'
12
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.4'
13
+gem 'openssl'
14
gem 'puma'
15
gem 'rack-attack'
16
gem 'rails', '~> 7.2.0'
Gemfile.lock
@@ -216,6 +216,7 @@ GEM
216
racc (~> 1.4)
217
nokogiri (1.18.10-x86_64-linux-gnu)
218
219
+ openssl (3.3.2)
220
parallel (1.27.0)
221
parser (3.3.9.0)
222
ast (~> 2.4.1)
@@ -418,6 +419,7 @@ DEPENDENCIES
418
419
minitest-reporters
420
mitlibraries-theme!
421
mocha
422
+ openssl
423
pg
424
puma
425
rack-attack
0 commit comments