Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit c3dd2ed

Browse files
authored
Merge pull request #22 from railstack/dependabot/bundler/puma-3.12.6
Bump puma from 3.12.2 to 3.12.6
2 parents 5a06eac + 6ea4dd4 commit c3dd2ed

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
@@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.3'
1212
# Use mysql as the database for Active Record
1313
gem 'mysql2', '>= 0.3.18', '< 0.5'
1414
# Use Puma as the app server
15-
gem 'puma', '~> 3.7'
15+
gem 'puma', '~> 3.12'
1616
# Use SCSS for stylesheets
1717
gem 'sass-rails', '~> 5.0'
1818
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
racc (~> 1.4)
127127
orm_adapter (0.5.0)
128128
public_suffix (4.0.1)
129-
puma (3.12.2)
129+
puma (3.12.6)
130130
racc (1.5.2)
131131
rack (2.2.3)
132132
rack-pjax (1.1.0)
@@ -249,7 +249,7 @@ DEPENDENCIES
249249
jbuilder (~> 2.5)
250250
listen (>= 3.0.5, < 3.2)
251251
mysql2 (>= 0.3.18, < 0.5)
252-
puma (~> 3.7)
252+
puma (~> 3.12)
253253
rails (~> 5.1.3)
254254
rails_admin (~> 1.4)
255255
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)