Skip to content

Commit 30dc07b

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 9d1c14b commit 30dc07b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0'
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'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
mini_portile2 (~> 2.4.0)
105105
pg (1.1.4)
106106
public_suffix (4.0.1)
107-
puma (3.12.1)
107+
puma (3.12.2)
108108
rack (2.0.7)
109109
rack-proxy (0.6.5)
110110
rack
@@ -206,7 +206,7 @@ DEPENDENCIES
206206
jbuilder (~> 2.7)
207207
listen (>= 3.0.5, < 3.2)
208208
pg (>= 0.18, < 2.0)
209-
puma (~> 3.11)
209+
puma (~> 3.12)
210210
rails (~> 6.0.0)
211211
sass-rails (~> 5)
212212
selenium-webdriver

0 commit comments

Comments
 (0)