Skip to content

Commit fa88b18

Browse files
Bump puma from 3.12.6 to 5.3.1 (osulp#116)
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.6...v5.3.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5f0d39 commit fa88b18

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'sqlite3'
1212
# Mysql2 for staging and production
1313
gem 'mysql2'
1414
# Use Puma as the app server
15-
gem 'puma', '~> 3.12'
15+
gem 'puma', '~> 5.3'
1616
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1717
# gem 'jbuilder', '~> 2.5'
1818
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
tzinfo (~> 1.1)
5050
addressable (2.5.2)
5151
public_suffix (>= 2.0.2, < 4.0)
52-
airbrussh (1.3.0)
52+
airbrussh (1.4.0)
5353
sshkit (>= 1.6.1, != 1.7.0)
5454
arel (9.0.0)
5555
bootsnap (1.3.0)
@@ -61,9 +61,8 @@ GEM
6161
i18n
6262
rake (>= 10.0.0)
6363
sshkit (>= 1.9.0)
64-
capistrano-bundler (1.3.0)
64+
capistrano-bundler (1.6.0)
6565
capistrano (~> 3.1)
66-
sshkit (~> 1.2)
6766
capistrano-passenger (0.2.0)
6867
capistrano (~> 3.0)
6968
capistrano-rails (1.4.0)
@@ -72,10 +71,10 @@ GEM
7271
capistrano-rbenv (2.1.3)
7372
capistrano (~> 3.1)
7473
sshkit (~> 1.3)
75-
capistrano3-puma (3.1.1)
74+
capistrano3-puma (5.0.4)
7675
capistrano (~> 3.7)
7776
capistrano-bundler
78-
puma (~> 3.4)
77+
puma (>= 4.0, < 6.0)
7978
case_transform (0.2)
8079
activesupport
8180
concurrent-ruby (1.1.8)
@@ -111,15 +110,16 @@ GEM
111110
minitest (5.14.4)
112111
msgpack (1.2.4)
113112
mysql2 (0.5.1)
114-
net-scp (1.2.1)
115-
net-ssh (>= 2.6.5)
116-
net-ssh (5.0.2)
113+
net-scp (3.0.0)
114+
net-ssh (>= 2.6.5, < 7.0.0)
115+
net-ssh (6.1.0)
117116
nio4r (2.5.7)
118117
nokogiri (1.11.4)
119118
mini_portile2 (~> 2.5.0)
120119
racc (~> 1.4)
121120
public_suffix (3.0.2)
122-
puma (3.12.6)
121+
puma (5.3.1)
122+
nio4r (~> 2.0)
123123
racc (1.5.2)
124124
rack (2.2.3)
125125
rack-test (1.1.0)
@@ -194,7 +194,7 @@ GEM
194194
activesupport (>= 4.0)
195195
sprockets (>= 3.0.0)
196196
sqlite3 (1.3.13)
197-
sshkit (1.16.1)
197+
sshkit (1.21.2)
198198
net-scp (>= 1.1.2)
199199
net-ssh (>= 2.8.0)
200200
thor (1.1.0)
@@ -225,7 +225,7 @@ DEPENDENCIES
225225
listen (>= 3.0.5, < 3.2)
226226
loofah (>= 2.3.1)
227227
mysql2
228-
puma (~> 3.12)
228+
puma (~> 5.3)
229229
rails (~> 5.2.4.5)
230230
rails-controller-testing
231231
rspec

0 commit comments

Comments
 (0)