File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
hooks/ruby/configuring-your-server Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem "json" , "~> 2.3"
4
- gem "sinatra" , "~> 1.3.5 "
4
+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
json (2.3.0 )
5
- rack (1.6.13 )
6
- rack-protection (1.5.5 )
5
+ mustermann (2.0.2 )
6
+ ruby2_keywords (~> 0.0.1 )
7
+ rack (2.2.6.2 )
8
+ rack-protection (2.2.3 )
7
9
rack
8
- sinatra (1.3.6 )
9
- rack (~> 1.4 )
10
- rack-protection (~> 1.3 )
11
- tilt (~> 1.3 , >= 1.3.3 )
12
- tilt (1.4.1 )
10
+ ruby2_keywords (0.0.5 )
11
+ sinatra (2.2.3 )
12
+ mustermann (~> 2.0 )
13
+ rack (~> 2.2 )
14
+ rack-protection (= 2.2.3 )
15
+ tilt (~> 2.0 )
16
+ tilt (2.1.0 )
13
17
14
18
PLATFORMS
15
19
ruby
16
20
17
21
DEPENDENCIES
18
22
json (~> 2.3 )
19
- sinatra (~> 1.3.5 )
23
+ sinatra (~> 2.2.3 )
20
24
21
25
BUNDLED WITH
22
26
1.11.2
You can’t perform that action at this time.
0 commit comments