We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd3d0bb + 0851f38 commit d8bfcb9Copy full SHA for d8bfcb9
Gemfile
@@ -7,7 +7,7 @@ end
7
8
gem("bcrypt", "~> 3.1.7")
9
gem("jwt", "~> 2.1.0")
10
-gem("puma", "~> 5.0.0")
+gem("puma", "~> 5.3.1")
11
gem("rails", "~> 5.2.3")
12
gem("rubocop")
13
gem("sqlite3")
Gemfile.lock
@@ -88,7 +88,7 @@ GEM
88
parallel (1.20.1)
89
parser (3.0.0.0)
90
ast (~> 2.4.1)
91
- puma (5.0.4)
+ puma (5.3.1)
92
nio4r (~> 2.0)
93
racc (1.5.2)
94
rack (2.2.3)
@@ -196,7 +196,7 @@ DEPENDENCIES
196
database_cleaner
197
jwt (~> 2.1.0)
198
listen (~> 3.2.0)
199
- puma (~> 5.0.0)
+ puma (~> 5.3.1)
200
rails (~> 5.2.3)
201
rspec
202
rspec-mocks
0 commit comments