Skip to content

Commit 875f10a

Browse files
Bump puma from 4.3.5 to 4.3.8 (#43)
Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.5...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cdde50 commit 875f10a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "rails", "6.0.3.1"
1414
gem "bootsnap", "1.4.6"
1515
gem "jbuilder", "2.10.0"
1616
gem "pg", "1.2.3"
17-
gem "puma", "4.3.5"
17+
gem "puma", "4.3.8"
1818
gem "rack-cors", "1.1.1"
1919
gem "redis", "4.1.3"
2020
gem "sass-rails", "6.0.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ GEM
103103
mini_portile2 (2.4.0)
104104
minitest (5.14.1)
105105
msgpack (1.3.3)
106-
nio4r (2.5.2)
106+
nio4r (2.5.7)
107107
nokogiri (1.10.9)
108108
mini_portile2 (~> 2.4.0)
109109
parallel (1.19.1)
110110
parser (2.7.1.3)
111111
ast (~> 2.4.0)
112112
pg (1.2.3)
113113
public_suffix (4.0.5)
114-
puma (4.3.5)
114+
puma (4.3.8)
115115
nio4r (~> 2.0)
116116
rack (2.2.3)
117117
rack-cors (1.1.1)
@@ -230,7 +230,7 @@ DEPENDENCIES
230230
jbuilder (= 2.10.0)
231231
listen (>= 3.0.5, < 3.2)
232232
pg (= 1.2.3)
233-
puma (= 4.3.5)
233+
puma (= 4.3.8)
234234
rack-cors (= 1.1.1)
235235
rails (= 6.0.3.1)
236236
redis (= 4.1.3)

0 commit comments

Comments
 (0)