Skip to content

Commit a63e5d9

Browse files
authored
Merge pull request #1 from rails/dependabot/bundler/puma-3.12.2
Bump puma from 3.11.4 to 3.12.2
2 parents 21a2ae4 + 841776f commit a63e5d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0"
4-
gem "puma", "~> 3.11"
4+
gem "puma", "~> 3.12"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
puma (3.11.4)
4+
puma (3.12.2)
55
rack (2.0.6)
66

77
PLATFORMS
88
ruby
99

1010
DEPENDENCIES
11-
puma (~> 3.11)
11+
puma (~> 3.12)
1212
rack (~> 2.0)
1313

1414
BUNDLED WITH

0 commit comments

Comments
 (0)