Skip to content

Commit 6c76784

Browse files
committed
update gem files
1 parent c96a48e commit 6c76784

File tree

3 files changed

+48
-31
lines changed

3 files changed

+48
-31
lines changed

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
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)
1721
psych (4.0.3)
1822
stringio
19-
rake (13.0.1)
23+
rake (13.0.6)
2024
rdoc (6.4.0)
2125
psych (>= 4.0.0)
2226
stringio (3.0.1)
23-
test-unit (3.3.5)
27+
test-unit (3.5.3)
2428
power_assert
2529
webrick (1.7.0)
2630

bench/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source :rubygems
22

3-
gem 'curb', '0.1.4'
3+
gem 'curb', '1.0.0'
44
gem 'rmem'
55
gem 'net-http-persistent'
6-
gem 'em-http-request'
6+
gem 'em-http-request', ">= 1.1.6"
77
gem 'patron'
88
gem 'typhoeus'
9-
gem "rake", ">= 12.3.3"
9+
gem "rake", '>= 13.0.1'

bench/Gemfile.lock

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,44 @@
11
GEM
22
remote: http://rubygems.org/
33
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)
1627
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)
2030

2131
PLATFORMS
2232
ruby
2333

2434
DEPENDENCIES
25-
curb (= 0.1.4)
26-
em-http-request
35+
curb (= 1.0.0)
36+
em-http-request (>= 1.1.6)
2737
net-http-persistent
2838
patron
29-
rake
39+
rake (>= 13.0.1)
3040
rmem
3141
typhoeus
42+
43+
BUNDLED WITH
44+
2.3.3

0 commit comments

Comments
 (0)