Skip to content

Commit 6b7b033

Browse files
Bump puma from 4.3.8 to 4.3.9 (#50)
Bumps [puma](https://github.com/puma/puma) from 4.3.8 to 4.3.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.8...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b71374 commit 6b7b033

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
@@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.4.1'
1010
# Use sqlite3 as the database for Active Record
1111
gem 'sqlite3', '~> 1.4.2'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 4.3.8'
13+
gem 'puma', '~> 4.3.9'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0.0'
1616
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GEM
191191
pry-rails (0.3.9)
192192
pry (>= 0.10.4)
193193
public_suffix (4.0.6)
194-
puma (4.3.8)
194+
puma (4.3.9)
195195
nio4r (~> 2.0)
196196
racc (1.5.2)
197197
rack (2.2.3)
@@ -302,7 +302,7 @@ DEPENDENCIES
302302
omniauth-rails_csrf_protection
303303
pry-nav (~> 0.3.0)
304304
pry-rails (~> 0.3.9)
305-
puma (~> 4.3.8)
305+
puma (~> 4.3.9)
306306
rails (~> 6.0.4.1)
307307
sass-rails (~> 6.0.0)
308308
selenium-webdriver (~> 3.142.7)

0 commit comments

Comments
 (0)