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