Skip to content

Commit 566e93c

Browse files
Bump puma from 4.3.0 to 4.3.5
Bumps [puma](https://github.com/puma/puma) from 4.3.0 to 4.3.5. - [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] <[email protected]>
1 parent 35b5dab commit 566e93c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 4.1'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GEM
103103
nokogiri (1.10.5)
104104
mini_portile2 (~> 2.4.0)
105105
public_suffix (4.0.1)
106-
puma (4.3.0)
106+
puma (4.3.5)
107107
nio4r (~> 2.0)
108108
rack (2.0.7)
109109
rack-proxy (0.6.5)
@@ -209,7 +209,7 @@ DEPENDENCIES
209209
capybara (>= 2.15)
210210
jbuilder (~> 2.7)
211211
listen (>= 3.0.5, < 3.2)
212-
puma (~> 4.1)
212+
puma (~> 4.3)
213213
rails (~> 6.0.1)
214214
sass-rails (>= 6)
215215
selenium-webdriver

0 commit comments

Comments
 (0)