Skip to content

Commit ff466bd

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 06ba972 commit ff466bd

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
@@ -182,7 +182,7 @@ GEM
182182
pg (1.1.4)
183183
popper_js (1.11.1)
184184
public_suffix (3.1.1)
185-
puma (3.12.1)
185+
puma (3.12.2)
186186
rack (2.0.7)
187187
rack-cors (1.1.0)
188188
rack (>= 2.0.0)
@@ -301,7 +301,7 @@ DEPENDENCIES
301301
mini_racer
302302
pg (>= 0.18, < 2.0)
303303
popper_js (~> 1.11.1)
304-
puma (~> 3.11)
304+
puma (~> 3.12)
305305
rack-cors
306306
rails (~> 5.2.3)
307307
rails-assets-tether (>= 1.3.3)!

0 commit comments

Comments
 (0)