Skip to content

Commit 4e8ad7a

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 17d42af commit 4e8ad7a

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
@@ -163,7 +163,7 @@ GEM
163163
multi_xml (0.6.0)
164164
multipart-post (2.1.1)
165165
naught (1.1.0)
166-
nio4r (2.5.2)
166+
nio4r (2.5.7)
167167
nokogiri (1.10.9)
168168
mini_portile2 (~> 2.4.0)
169169
oauth2 (1.4.4)
@@ -189,7 +189,7 @@ GEM
189189
pagy (3.11.0)
190190
pg (1.2.3)
191191
public_suffix (4.0.6)
192-
puma (4.3.3)
192+
puma (4.3.5)
193193
nio4r (~> 2.0)
194194
rack (2.2.2)
195195
rack-protection (2.1.0)
@@ -312,7 +312,7 @@ DEPENDENCIES
312312
omniauth-rails_csrf_protection
313313
pagy (~> 3.5)
314314
pg (>= 0.18, < 2.0)
315-
puma (~> 4.1)
315+
puma (~> 4.3)
316316
rails (~> 6.0.2, >= 6.0.2.2)
317317
redis
318318
sass-rails (>= 6)

0 commit comments

Comments
 (0)