Skip to content

Commit ebdc6f8

Browse files
Bump puma from 3.12.4 to 4.3.9
Bumps [puma](https://github.com/puma/puma) from 3.12.4 to 4.3.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.4...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9835aa2 commit ebdc6f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem "rack", "~> 2.1"
4-
gem "puma", "~> 3.12"
4+
gem "puma", "~> 4.3"

Diff for: Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
puma (3.12.4)
4+
nio4r (2.5.8)
5+
puma (4.3.9)
6+
nio4r (~> 2.0)
57
rack (2.1.4)
68

79
PLATFORMS
810
ruby
911

1012
DEPENDENCIES
11-
puma (~> 3.12)
13+
puma (~> 4.3)
1214
rack (~> 2.1)
1315

1416
BUNDLED WITH

0 commit comments

Comments
 (0)