Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 4d1599e

Browse files
Bump puma from 3.12.0 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...v3.12.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent be278d6 commit 4d1599e

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
@@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.1'
1212
# Use postgresql as the database for Active Record
1313
gem 'pg', '~> 1.1'
1414
# Use Puma as the app server
15-
gem 'puma', '3.12.0'
15+
gem 'puma', '3.12.2'
1616
# Use SCSS for stylesheets
1717
gem 'sass-rails', '~> 5.0.7'
1818
# Autoprefix CSS rules using values from Can I Use

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ GEM
354354
pry-rails (0.3.6)
355355
pry (>= 0.10.4)
356356
public_suffix (3.0.3)
357-
puma (3.12.0)
357+
puma (3.12.2)
358358
rack (2.0.6)
359359
rack-test (1.1.0)
360360
rack (>= 1.0, < 3)
@@ -570,7 +570,7 @@ DEPENDENCIES
570570
premailer-rails (~> 1.10)
571571
pry-byebug (~> 3.6)
572572
pry-rails (~> 0.3)
573-
puma (= 3.12.0)
573+
puma (= 3.12.2)
574574
rails (~> 5.2.1)
575575
rails_real_favicon (~> 0.0.11)
576576
rollbar (~> 2.15)

0 commit comments

Comments
 (0)