Skip to content

Commit 7ff02c5

Browse files
authored
Merge pull request #4 from AreViana/dependabot/bundler/puma-4.3.8
Bump puma from 4.3.3 to 4.3.8
2 parents 8290681 + 45099aa commit 7ff02c5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1313
# gem 'jbuilder', '~> 2.7'
1414
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,18 @@ GEM
139139
marcel (0.3.3)
140140
mimemagic (~> 0.3.2)
141141
method_source (1.0.0)
142-
mimemagic (0.3.4)
142+
mimemagic (0.3.10)
143+
nokogiri (~> 1)
144+
rake
143145
mini_mime (1.0.2)
144146
mini_portile2 (2.4.0)
145147
minitest (5.14.0)
146148
msgpack (1.3.3)
147-
nio4r (2.5.2)
149+
nio4r (2.5.7)
148150
nokogiri (1.10.9)
149151
mini_portile2 (~> 2.4.0)
150152
pg (1.2.3)
151-
puma (4.3.3)
153+
puma (4.3.8)
152154
nio4r (~> 2.0)
153155
rack (2.2.3)
154156
rack-test (1.1.0)
@@ -215,7 +217,7 @@ DEPENDENCIES
215217
dry-validation (~> 1.5)
216218
listen (>= 3.0.5, < 3.2)
217219
pg (>= 0.18, < 2.0)
218-
puma (~> 4.1)
220+
puma (~> 4.3)
219221
rails (~> 6.0.2, >= 6.0.2.2)
220222
spring
221223
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)