Skip to content

Commit 77e7102

Browse files
Bump puma from 4.3.3 to 4.3.5
Bumps [puma](https://github.com/puma/puma) from 4.3.3 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] <support@github.com>
1 parent a48daa8 commit 77e7102

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
mini_portile2 (~> 2.4.0)
109109
orm_adapter (0.5.0)
110110
pg (1.2.3)
111-
puma (4.3.3)
111+
puma (4.3.5)
112112
nio4r (~> 2.0)
113113
rack (2.2.2)
114114
rack-proxy (0.6.5)
@@ -205,7 +205,7 @@ DEPENDENCIES
205205
jbuilder (~> 2.7)
206206
listen (>= 3.0.5, < 3.2)
207207
pg (>= 0.18, < 2.0)
208-
puma (~> 4.1)
208+
puma (~> 4.3)
209209
rails (~> 6.0.2, >= 6.0.2.2)
210210
sass-rails (>= 6)
211211
spring

0 commit comments

Comments
 (0)