Skip to content

Commit f696615

Browse files
Bump puma from 3.12.1 to 3.12.4
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.1...v3.12.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62a4ea1 commit f696615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.11'
11+
gem 'puma', '~> 3.12'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
method_source (~> 0.9.0)
129129
pry-rails (0.3.9)
130130
pry (>= 0.10.4)
131-
puma (3.12.1)
131+
puma (3.12.4)
132132
pusher-client (0.6.2)
133133
json
134134
websocket (~> 1.0)
@@ -260,7 +260,7 @@ DEPENDENCIES
260260
orderly
261261
pg (>= 0.18, < 2.0)
262262
pry-rails
263-
puma (~> 3.11)
263+
puma (~> 3.12)
264264
rack-cors
265265
rails (~> 5.2.3)
266266
redis (~> 4.0)

0 commit comments

Comments
 (0)