Skip to content

Commit cf36ad2

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 cf6bfd8 commit cf36ad2

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
@@ -171,7 +171,7 @@ GEM
171171
multi_xml (0.6.0)
172172
multipart-post (2.1.1)
173173
naught (1.1.0)
174-
nio4r (2.5.2)
174+
nio4r (2.5.7)
175175
nokogiri (1.10.9)
176176
mini_portile2 (~> 2.4.0)
177177
oauth2 (1.4.4)
@@ -197,7 +197,7 @@ GEM
197197
pagy (3.11.0)
198198
pg (1.2.3)
199199
public_suffix (4.0.6)
200-
puma (4.3.3)
200+
puma (4.3.5)
201201
nio4r (~> 2.0)
202202
rack (2.2.2)
203203
rack-protection (2.1.0)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
omniauth-rails_csrf_protection
340340
pagy (~> 3.5)
341341
pg (>= 0.18, < 2.0)
342-
puma (~> 4.1)
342+
puma (~> 4.3)
343343
rails (~> 6.0.2, >= 6.0.2.2)
344344
redis
345345
rspec-rails (~> 4.1.0)

0 commit comments

Comments
 (0)