Skip to content

Commit aacd6a1

Browse files
committed
Upgrade to Puma 6
1 parent f35f8fc commit aacd6a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "rack", "~> 2.2"
4-
gem "puma", "~> 5.6"
4+
gem "puma", "~> 6.0"
55

66
gem "capistrano3-puma"
77
gem "capistrano-rvm"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ GEM
1414
capistrano-rvm (0.1.2)
1515
capistrano (~> 3.0)
1616
sshkit (~> 1.2)
17-
capistrano3-puma (6.2.0)
17+
capistrano3-puma (7.0.0)
1818
capistrano (~> 3.7)
1919
capistrano-bundler
20-
puma (>= 5.1, < 7.0)
20+
puma (>= 6.1, < 8.0)
2121
concurrent-ruby (1.3.5)
2222
i18n (1.14.7)
2323
concurrent-ruby (~> 1.0)
@@ -29,7 +29,7 @@ GEM
2929
net-ssh (7.3.0)
3030
nio4r (2.7.4)
3131
ostruct (0.6.3)
32-
puma (5.6.9)
32+
puma (6.6.1)
3333
nio4r (~> 2.0)
3434
rack (2.2.20)
3535
rake (13.3.0)
@@ -47,7 +47,7 @@ PLATFORMS
4747
DEPENDENCIES
4848
capistrano-rvm
4949
capistrano3-puma
50-
puma (~> 5.6)
50+
puma (~> 6.0)
5151
rack (~> 2.2)
5252

5353
BUNDLED WITH

0 commit comments

Comments
 (0)