File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
gem ( "bcrypt" , "~> 3.1.7" )
9
9
gem ( "jwt" , "~> 2.1.0" )
10
- gem ( "puma" , "~> 5.3 .1" )
10
+ gem ( "puma" , "~> 5.5 .1" )
11
11
gem ( "rails" , "~> 5.2.3" )
12
12
gem ( "rubocop" )
13
13
gem ( "sqlite3" )
Original file line number Diff line number Diff line change 76
76
method_source (1.0.0 )
77
77
mini_mime (1.1.0 )
78
78
minitest (5.14.4 )
79
- nio4r (2.5.7 )
79
+ nio4r (2.5.8 )
80
80
nokogiri (1.12.5-x86_64-linux )
81
81
racc (~> 1.4 )
82
82
parallel (1.20.1 )
83
83
parser (3.0.2.0 )
84
84
ast (~> 2.4.1 )
85
- puma (5.3 .1 )
85
+ puma (5.5 .1 )
86
86
nio4r (~> 2.0 )
87
87
racc (1.5.2 )
88
88
rack (2.2.3 )
@@ -190,7 +190,7 @@ DEPENDENCIES
190
190
database_cleaner
191
191
jwt (~> 2.1.0 )
192
192
listen (~> 3.2.0 )
193
- puma (~> 5.3 .1 )
193
+ puma (~> 5.5 .1 )
194
194
rails (~> 5.2.3 )
195
195
rspec
196
196
rspec-mocks
You can’t perform that action at this time.
0 commit comments