Skip to content

Commit 7cf06b0

Browse files
Bump puma from 3.12.1 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2. - [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.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41ef45d commit 7cf06b0

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
# For database
99
gem 'pg'
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
@@ -112,7 +112,7 @@ GEM
112112
ast (~> 2.4.0)
113113
pg (1.1.4)
114114
public_suffix (4.0.1)
115-
puma (3.12.1)
115+
puma (3.12.2)
116116
rack (2.0.7)
117117
rack-test (1.1.0)
118118
rack (>= 1.0, < 3)
@@ -216,7 +216,7 @@ DEPENDENCIES
216216
jbuilder (~> 2.5)
217217
listen (>= 3.0.5, < 3.2)
218218
pg
219-
puma (~> 3.11)
219+
puma (~> 3.12)
220220
rails (~> 5.2.3)
221221
rubocop
222222
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)