Commit 264aaad 1 parent 9d32986 commit 264aaad Copy full SHA for 264aaad
File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
source 'https://rubygems.org'
3
3
4
- gem 'sinatra' , '>= 2.1 .0' , '< 3 '
4
+ gem 'sinatra' , '>= 3.0 .0' , '< 4 '
5
5
gem 'sinatra-websocket' , '~> 0.3.1'
6
+ gem 'base64' , '~> 0.2.0'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.8.7 )
5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
+ base64 (0.2.0 )
6
7
daemons (1.4.1 )
7
8
em-websocket (0.3.8 )
8
9
addressable (>= 2.1.1 )
9
10
eventmachine (>= 0.12.9 )
10
11
eventmachine (1.2.7 )
11
- mustermann (2 .0.2 )
12
+ mustermann (3 .0.3 )
12
13
ruby2_keywords (~> 0.0.1 )
13
14
public_suffix (6.0.1 )
14
15
rack (2.2.10 )
15
- rack-protection (2.2.4 )
16
- rack
16
+ rack-protection (3.2.0 )
17
+ base64 (>= 0.1.0 )
18
+ rack (~> 2.2 , >= 2.2.4 )
17
19
ruby2_keywords (0.0.5 )
18
- sinatra (2 .2.4 )
19
- mustermann (~> 2 .0 )
20
- rack (~> 2.2 )
21
- rack-protection (= 2 .2.4 )
20
+ sinatra (3 .2.0 )
21
+ mustermann (~> 3 .0 )
22
+ rack (~> 2.2 , >= 2.2.4 )
23
+ rack-protection (= 3 .2.0 )
22
24
tilt (~> 2.0 )
23
25
sinatra-websocket (0.3.1 )
24
26
em-websocket (~> 0.3.6 )
@@ -35,7 +37,8 @@ PLATFORMS
35
37
ruby
36
38
37
39
DEPENDENCIES
38
- sinatra (>= 2.1.0 , < 3 )
40
+ base64 (~> 0.2.0 )
41
+ sinatra (>= 3.0.0 , < 4 )
39
42
sinatra-websocket (~> 0.3.1 )
40
43
41
44
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments