Skip to content

Commit 46b7b28

Browse files
DEV-1210: Upgrade to Puma 7.2 (#79)
1 parent 179ea38 commit 46b7b28

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'omniauth'
1717
gem 'omniauth-cas', '3.0.0'
1818
gem 'omniauth-rails_csrf_protection', '~> 1.0'
1919
gem 'pg', '~> 1.4.6'
20-
gem 'puma', '~> 6.4.1'
20+
gem 'puma', '~> 7.2'
2121
gem 'puma-plugin-delayed_stop', '~> 0.1.2'
2222
gem 'rack-timeout', '~> 0.6.3'
2323
gem 'rails', '~> 7.1.5'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ GEM
315315
psych (5.2.0)
316316
stringio
317317
public_suffix (6.0.1)
318-
puma (6.4.3)
318+
puma (7.2.1)
319319
nio4r (~> 2.0)
320320
puma-plugin-delayed_stop (0.1.2)
321321
puma (>= 5.0, < 8)
@@ -550,7 +550,7 @@ DEPENDENCIES
550550
omniauth-cas (= 3.0.0)
551551
omniauth-rails_csrf_protection (~> 1.0)
552552
pg (~> 1.4.6)
553-
puma (~> 6.4.1)
553+
puma (~> 7.2)
554554
puma-plugin-delayed_stop (~> 0.1.2)
555555
rack-timeout (~> 0.6.3)
556556
rails (~> 7.1.5)

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
ports:
1212
- 3000:3000
1313
restart: always
14+
stop_signal: SIGQUIT
15+
stop_grace_period: 15s
1416
environment:
1517
- DATABASE_URL=postgres://root:root@db/geodata-dev?pool=5
1618
- SOLR_URL=http://solr:8983/solr/geodata-test

0 commit comments

Comments
 (0)