File tree Expand file tree Collapse file tree 3 files changed +48
-31
lines changed Expand file tree Collapse file tree 3 files changed +48
-31
lines changed Original file line number Diff line number Diff line change 6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
- coderay (1.1.2 )
10
- method_source (0.9.0 )
11
- minitest (4.7.5 )
12
- mixlib-shellout (2.4.0 )
13
- power_assert (1.1.7 )
14
- pry (0.11.3 )
15
- coderay (~> 1.1.0 )
16
- method_source (~> 0.9.0 )
9
+ chef-utils (17.9.26 )
10
+ concurrent-ruby
11
+ coderay (1.1.3 )
12
+ concurrent-ruby (1.1.9 )
13
+ method_source (1.0.0 )
14
+ minitest (5.15.0 )
15
+ mixlib-shellout (3.2.5 )
16
+ chef-utils
17
+ power_assert (2.0.1 )
18
+ pry (0.14.1 )
19
+ coderay (~> 1.1 )
20
+ method_source (~> 1.0 )
17
21
psych (4.0.3 )
18
22
stringio
19
- rake (13.0.1 )
23
+ rake (13.0.6 )
20
24
rdoc (6.4.0 )
21
25
psych (>= 4.0.0 )
22
26
stringio (3.0.1 )
23
- test-unit (3.3.5 )
27
+ test-unit (3.5.3 )
24
28
power_assert
25
29
webrick (1.7.0 )
26
30
Original file line number Diff line number Diff line change 1
1
source :rubygems
2
2
3
- gem 'curb' , '0.1.4 '
3
+ gem 'curb' , '1.0.0 '
4
4
gem 'rmem'
5
5
gem 'net-http-persistent'
6
- gem 'em-http-request'
6
+ gem 'em-http-request' , ">= 1.1.6"
7
7
gem 'patron'
8
8
gem 'typhoeus'
9
- gem "rake" , " >= 12.3.3"
9
+ gem "rake" , ' >= 13.0.1'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: http://rubygems.org/
3
3
specs:
4
- addressable (2.2.4 )
5
- curb (0.1.4 )
6
- em-http-request (0.3.0 )
7
- addressable (>= 2.0.0 )
8
- escape_utils
9
- eventmachine (>= 0.12.9 )
10
- escape_utils (0.2.3 )
11
- eventmachine (0.12.10 )
12
- mime-types (1.16 )
13
- net-http-persistent (1.6.1 )
14
- patron (0.4.11 )
15
- rake (0.9.2 )
4
+ addressable (2.8.0 )
5
+ public_suffix (>= 2.0.2 , < 5.0 )
6
+ connection_pool (2.2.5 )
7
+ cookiejar (0.3.3 )
8
+ curb (1.0.0 )
9
+ em-http-request (1.1.7 )
10
+ addressable (>= 2.3.4 )
11
+ cookiejar (!= 0.3.1 )
12
+ em-socksify (>= 0.3 )
13
+ eventmachine (>= 1.0.3 )
14
+ http_parser.rb (>= 0.6.0 )
15
+ em-socksify (0.3.2 )
16
+ eventmachine (>= 1.0.0.beta.4 )
17
+ ethon (0.15.0 )
18
+ ffi (>= 1.15.0 )
19
+ eventmachine (1.2.7 )
20
+ ffi (1.15.5 )
21
+ http_parser.rb (0.8.0 )
22
+ net-http-persistent (4.0.1 )
23
+ connection_pool (~> 2.2 )
24
+ patron (0.13.3 )
25
+ public_suffix (4.0.6 )
26
+ rake (13.0.6 )
16
27
rmem (1.0.0 )
17
- typhoeus (0.2.4 )
18
- mime-types
19
- mime-types
28
+ typhoeus (1.4.0 )
29
+ ethon (>= 0.9.0 )
20
30
21
31
PLATFORMS
22
32
ruby
23
33
24
34
DEPENDENCIES
25
- curb (= 0.1.4 )
26
- em-http-request
35
+ curb (= 1.0.0 )
36
+ em-http-request ( >= 1.1.6 )
27
37
net-http-persistent
28
38
patron
29
- rake
39
+ rake ( >= 13.0.1 )
30
40
rmem
31
41
typhoeus
42
+
43
+ BUNDLED WITH
44
+ 2.3.3
You can’t perform that action at this time.
0 commit comments