Skip to content

Commit 3b81a4f

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] <support@github.com>
1 parent 0c495cd commit 3b81a4f

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
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.7'
14+
gem 'puma', '~> 3.12'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
nokogiri (1.10.5)
9696
mini_portile2 (~> 2.4.0)
9797
public_suffix (3.0.3)
98-
puma (3.12.0)
98+
puma (3.12.2)
9999
rack (2.0.6)
100100
rack-proxy (0.6.5)
101101
rack
@@ -192,7 +192,7 @@ DEPENDENCIES
192192
coffee-rails (~> 4.2)
193193
jbuilder (~> 2.5)
194194
listen (>= 3.0.5, < 3.2)
195-
puma (~> 3.7)
195+
puma (~> 3.12)
196196
rails (~> 5.1.4)
197197
react-rails
198198
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)