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 ef4255f commit fed3bebCopy full SHA for fed3beb
Gemfile
@@ -13,7 +13,7 @@ gem 'jbuilder'
13
gem 'jquery-rails'
14
gem 'omniauth-cas'
15
gem 'pg', '~> 1.4.6'
16
-gem 'puma', '~> 5.0'
+gem 'puma', '~> 5.6'
17
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
18
gem 'rsolr', '>= 1.0', '< 3'
19
gem 'sassc-rails', '~> 2.1'
Gemfile.lock
@@ -301,7 +301,7 @@ GEM
301
psych (5.1.1.1)
302
stringio
303
public_suffix (5.0.4)
304
- puma (5.6.7)
+ puma (5.6.8)
305
nio4r (~> 2.0)
306
racc (1.7.3)
307
rack (2.2.8)
@@ -498,7 +498,7 @@ DEPENDENCIES
498
jquery-rails
499
omniauth-cas
500
pg (~> 1.4.6)
501
- puma (~> 5.0)
+ puma (~> 5.6)
502
rails (~> 7.0.4, >= 7.0.4.3)
503
rsolr (>= 1.0, < 3)
504
rspec-rails
0 commit comments