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 644d1a6 commit 4d3df3cCopy full SHA for 4d3df3c
Gemfile
@@ -7,7 +7,7 @@ end
7
8
gem("bcrypt", "~> 3.1.7")
9
gem("jwt", "~> 2.1.0")
10
-gem("puma", "~> 5.6.2")
+gem("puma", "~> 5.6.4")
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.1.1.0)
84
ast (~> 2.4.1)
85
- puma (5.6.2)
+ puma (5.6.4)
86
nio4r (~> 2.0)
87
racc (1.6.0)
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.6.2)
+ puma (~> 5.6.4)
194
rails (~> 5.2.3)
195
rspec
196
rspec-mocks
0 commit comments