File tree Expand file tree Collapse file tree
api/ruby/basics-of-authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33gem "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 11GEM
2- remote: http ://rubygems.org/
2+ remote: https ://rubygems.org/
33 specs:
44 domain_name (0.5.20190701 )
55 unf (>= 0.0.5 , < 1.0.0 )
66 http-cookie (1.0.3 )
77 domain_name (~> 0.5 )
88 mime-types (2.99.3 )
9+ mustermann (2.0.2 )
10+ ruby2_keywords (~> 0.0.1 )
911 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 )
1214 rack
1315 rest-client (1.8.0 )
1416 http-cookie (>= 1.0.2 , < 2.0 )
1517 mime-types (>= 1.16 , < 3.0 )
1618 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 )
2226 unf (0.1.4 )
2327 unf_ext
2428 unf_ext (0.0.7.6 )
@@ -28,7 +32,7 @@ PLATFORMS
2832
2933DEPENDENCIES
3034 rest-client (~> 1.8.0 )
31- sinatra (~> 1.3.5 )
35+ sinatra (~> 2.2.3 )
3236
3337BUNDLED WITH
3438 1.17.2
You can’t perform that action at this time.
0 commit comments