Skip to content

Commit fac1dd1

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 4b2e58b commit fac1dd1

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
@@ -126,13 +126,13 @@ GEM
126126
mini_portile2 (2.4.0)
127127
minitest (5.14.0)
128128
msgpack (1.3.3)
129-
nio4r (2.5.2)
129+
nio4r (2.5.5)
130130
nokogiri (1.10.9)
131131
mini_portile2 (~> 2.4.0)
132132
orm_adapter (0.5.0)
133133
pg (1.2.3)
134134
public_suffix (4.0.6)
135-
puma (4.3.3)
135+
puma (4.3.5)
136136
nio4r (~> 2.0)
137137
rack (2.2.2)
138138
rack-proxy (0.6.5)
@@ -235,7 +235,7 @@ DEPENDENCIES
235235
letter_opener
236236
listen (>= 3.0.5, < 3.2)
237237
pg (>= 0.18, < 2.0)
238-
puma (~> 4.1)
238+
puma (~> 4.3)
239239
rails (~> 6.0.2, >= 6.0.2.2)
240240
redis
241241
sass-rails (>= 6)

0 commit comments

Comments
 (0)