Skip to content

Commit 865396c

Browse files
Merge pull request #391 from matestack/dependabot/bundler/builder/puma-3.12.3
Bump puma from 3.12.2 to 3.12.3 in /builder
2 parents f04d655 + 8adadda commit 865396c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builder/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '2.6.5'
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.0'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.11'
9+
gem 'puma', '~> 3.12'
1010
# Use SCSS for stylesheets
1111
gem 'sass-rails', '~> 5.0'
1212
# Use Uglifier as compressor for JavaScript assets

builder/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
nio4r (2.5.2)
8787
nokogiri (1.10.8)
8888
mini_portile2 (~> 2.4.0)
89-
puma (3.12.2)
89+
puma (3.12.3)
9090
rack (2.1.2)
9191
rack-proxy (0.6.5)
9292
rack
@@ -168,7 +168,7 @@ DEPENDENCIES
168168
coffee-rails (~> 4.2)
169169
jbuilder (~> 2.5)
170170
listen (>= 3.0.5, < 3.2)
171-
puma (~> 3.11)
171+
puma (~> 3.12)
172172
rails (~> 5.2.0)
173173
sass-rails (~> 5.0)
174174
tzinfo-data

0 commit comments

Comments
 (0)