Skip to content

Commit 05cbb9f

Browse files
Bump puma from 3.12.2 to 3.12.3 (#9)
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 3.12.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.2...v3.12.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba30400 commit 05cbb9f

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.6'
1212
# Use sqlite3 as the database for Active Record
1313
gem 'sqlite3', '~> 1.3.7'
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
@@ -116,7 +116,7 @@ GEM
116116
mini_portile2 (~> 2.4.0)
117117
popper_js (1.16.0)
118118
public_suffix (4.0.3)
119-
puma (3.12.2)
119+
puma (3.12.3)
120120
rack (2.2.2)
121121
rack-test (1.1.0)
122122
rack (>= 1.0, < 3)
@@ -226,7 +226,7 @@ DEPENDENCIES
226226
jbuilder (~> 2.5)
227227
jquery-rails
228228
listen
229-
puma (~> 3.7)
229+
puma (~> 3.12)
230230
rails (~> 5.1.6)
231231
rest-client
232232
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)