File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem 'faye-websocket', '0.11.0'
5
5
gem 'vonage' , '~> 7.2.1'
6
6
gem 'sinatra' , '2.1.0'
7
7
gem 'sinatra-contrib' , '2.1.0'
8
- gem 'rack-contrib' , '2.3 .0'
8
+ gem 'rack-contrib' , '2.5 .0'
9
9
gem 'thin' , '1.8.0'
10
10
gem 'rubocop' , require : false
11
11
gem "byebug" , "~> 11.0"
Original file line number Diff line number Diff line change 19
19
parallel (1.17.0 )
20
20
parser (2.6.3.0 )
21
21
ast (~> 2.4.0 )
22
- rack (2.2.3 )
23
- rack-contrib (2.3 .0 )
24
- rack (~> 2.0 )
22
+ rack (2.2.9 )
23
+ rack-contrib (2.5 .0 )
24
+ rack (< 4 )
25
25
rack-protection (2.1.0 )
26
26
rack
27
27
rainbow (3.0.0 )
@@ -68,7 +68,7 @@ DEPENDENCIES
68
68
byebug (~> 11.0 )
69
69
dotenv (= 2.7.6 )
70
70
faye-websocket (= 0.11.0 )
71
- rack-contrib (= 2.3 .0 )
71
+ rack-contrib (= 2.5 .0 )
72
72
rubocop
73
73
sinatra (= 2.1.0 )
74
74
sinatra-contrib (= 2.1.0 )
You can’t perform that action at this time.
0 commit comments