File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
api/ruby/basics-of-authentication Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem "rest-client" , "~> 1.8.0"
4
- gem "sinatra" , "~> 1.3.5 "
4
+ gem "sinatra" , "~> 2.2.3 "
Original file line number Diff line number Diff line change 1
1
GEM
2
- remote: http ://rubygems.org/
2
+ remote: https ://rubygems.org/
3
3
specs:
4
4
domain_name (0.5.20190701 )
5
5
unf (>= 0.0.5 , < 1.0.0 )
6
6
http-cookie (1.0.3 )
7
7
domain_name (~> 0.5 )
8
8
mime-types (2.99.3 )
9
+ mustermann (2.0.2 )
10
+ ruby2_keywords (~> 0.0.1 )
9
11
netrc (0.11.0 )
10
- rack (1.6.13 )
11
- rack-protection (1.3.2 )
12
+ rack (2.2.5 )
13
+ rack-protection (2.2.3 )
12
14
rack
13
15
rest-client (1.8.0 )
14
16
http-cookie (>= 1.0.2 , < 2.0 )
15
17
mime-types (>= 1.16 , < 3.0 )
16
18
netrc (~> 0.7 )
17
- sinatra (1.3.5 )
18
- rack (~> 1.4 )
19
- rack-protection (~> 1.3 )
20
- tilt (~> 1.3 , >= 1.3.3 )
21
- tilt (1.3.3 )
19
+ ruby2_keywords (0.0.5 )
20
+ sinatra (2.2.3 )
21
+ mustermann (~> 2.0 )
22
+ rack (~> 2.2 )
23
+ rack-protection (= 2.2.3 )
24
+ tilt (~> 2.0 )
25
+ tilt (2.0.11 )
22
26
unf (0.1.4 )
23
27
unf_ext
24
28
unf_ext (0.0.7.6 )
@@ -28,7 +32,7 @@ PLATFORMS
28
32
29
33
DEPENDENCIES
30
34
rest-client (~> 1.8.0 )
31
- sinatra (~> 1.3.5 )
35
+ sinatra (~> 2.2.3 )
32
36
33
37
BUNDLED WITH
34
38
1.17.2
You can’t perform that action at this time.
0 commit comments