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

Commit 6cf48c8

Browse files
Bump puma from 3.12.1 to 3.12.6 in /examples/rails_app
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.6. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b908e6d commit 6cf48c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/rails_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.0'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.3.6'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.11'
11+
gem 'puma', '~> 3.12'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

examples/rails_app/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
nokogiri (1.10.4)
106106
mini_portile2 (~> 2.4.0)
107107
public_suffix (3.0.3)
108-
puma (3.12.1)
108+
puma (3.12.6)
109109
rack (2.2.3)
110110
rack-test (1.1.0)
111111
rack (>= 1.0, < 3)
@@ -205,7 +205,7 @@ DEPENDENCIES
205205
jbuilder (~> 2.5)
206206
listen (>= 3.0.5, < 3.2)
207207
nokogiri (~> 1.10)
208-
puma (~> 3.11)
208+
puma (~> 3.12)
209209
rails (~> 5.2.0)
210210
sass-rails (~> 5.0)
211211
selenium-webdriver

0 commit comments

Comments
 (0)