We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e85f18 commit 8777702Copy full SHA for 8777702
Gemfile
@@ -5,7 +5,7 @@ gem 'faye-websocket', '0.11.0'
5
gem 'vonage', '~> 7.2.1'
6
gem 'sinatra', '2.1.0'
7
gem 'sinatra-contrib', '2.1.0'
8
-gem 'rack-contrib', '2.3.0'
+gem 'rack-contrib', '2.5.0'
9
gem 'thin', '1.8.0'
10
gem 'rubocop', require: false
11
gem "byebug", "~> 11.0"
Gemfile.lock
@@ -19,9 +19,9 @@ GEM
19
parallel (1.17.0)
20
parser (2.6.3.0)
21
ast (~> 2.4.0)
22
- rack (2.2.3)
23
- rack-contrib (2.3.0)
24
- rack (~> 2.0)
+ rack (2.2.9)
+ rack-contrib (2.5.0)
+ rack (< 4)
25
rack-protection (2.1.0)
26
rack
27
rainbow (3.0.0)
@@ -68,7 +68,7 @@ DEPENDENCIES
68
byebug (~> 11.0)
69
dotenv (= 2.7.6)
70
faye-websocket (= 0.11.0)
71
- rack-contrib (= 2.3.0)
+ rack-contrib (= 2.5.0)
72
rubocop
73
sinatra (= 2.1.0)
74
sinatra-contrib (= 2.1.0)
0 commit comments