Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit fbf4347

Browse files
authored
Update puma (#13)
1 parent ad33fdf commit fbf4347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby '2.6.3'
77

88
gem 'bcrypt', '~> 3.1.13'
99
gem 'bootsnap', '>= 1.4.2', require: false
10-
gem 'puma', '~> 4.3'
10+
gem 'puma', '~> 5.0'
1111
gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
1212

1313
# API

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GEM
186186
method_source (~> 0.9.0)
187187
pry-rails (0.3.9)
188188
pry (>= 0.10.4)
189-
puma (4.3.5)
189+
puma (5.0.4)
190190
nio4r (~> 2.0)
191191
rack (2.2.2)
192192
rack-cors (1.1.1)
@@ -345,7 +345,7 @@ DEPENDENCIES
345345
listen (>= 3.0.5, < 3.2)
346346
pg (>= 0.18, < 2.0)
347347
pry-rails (~> 0.3.9)
348-
puma (~> 4.3)
348+
puma (~> 5.0)
349349
rack-cors (~> 1.1.1)
350350
rails (~> 6.0.2, >= 6.0.2.2)
351351
rails_best_practices
@@ -369,4 +369,4 @@ RUBY VERSION
369369
ruby 2.6.3p62
370370

371371
BUNDLED WITH
372-
2.1.2
372+
2.1.4

0 commit comments

Comments
 (0)