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.
1 parent 774c09a commit a7be50fCopy full SHA for a7be50f
Gemfile
@@ -7,7 +7,7 @@ end
7
8
gem("bcrypt", "~> 3.1.7")
9
gem("jwt", "~> 2.1.0")
10
-gem("puma", "~> 5.5.1")
+gem("puma", "~> 5.6.2")
11
gem("rails", "~> 5.2.3")
12
gem("rubocop")
13
gem("sqlite3")
Gemfile.lock
@@ -82,7 +82,7 @@ GEM
82
parallel (1.21.0)
83
parser (3.0.2.0)
84
ast (~> 2.4.1)
85
- puma (5.5.2)
+ puma (5.6.2)
86
nio4r (~> 2.0)
87
racc (1.5.2)
88
rack (2.2.3)
@@ -190,7 +190,7 @@ DEPENDENCIES
190
database_cleaner
191
jwt (~> 2.1.0)
192
listen (~> 3.2.0)
193
- puma (~> 5.5.1)
+ puma (~> 5.6.2)
194
rails (~> 5.2.3)
195
rspec
196
rspec-mocks
0 commit comments