Skip to content

Commit f9c9369

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 b4f074e commit f9c9369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GEM
142142
multi_json (1.15.0)
143143
multi_xml (0.6.0)
144144
multipart-post (2.1.1)
145-
nio4r (2.5.2)
145+
nio4r (2.5.5)
146146
nokogiri (1.10.9)
147147
mini_portile2 (~> 2.4.0)
148148
oauth2 (1.4.4)
@@ -167,7 +167,7 @@ GEM
167167
orm_adapter (0.5.0)
168168
pg (1.2.3)
169169
public_suffix (4.0.6)
170-
puma (4.3.3)
170+
puma (4.3.5)
171171
nio4r (~> 2.0)
172172
rack (2.2.2)
173173
rack-protection (2.1.0)
@@ -275,7 +275,7 @@ DEPENDENCIES
275275
omniauth-github
276276
omniauth-rails_csrf_protection
277277
pg (>= 0.18, < 2.0)
278-
puma (~> 4.1)
278+
puma (~> 4.3)
279279
rails (~> 6.0.2, >= 6.0.2.2)
280280
redis
281281
sass-rails (>= 6)

0 commit comments

Comments
 (0)