forked from joenorton/rubyretriever
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
52 lines (49 loc) · 1.06 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
PATH
remote: .
specs:
rubyretriever (1.3.0)
addressable
bloomfilter-rb
em-http-request
em-synchrony
htmlentities
ruby-progressbar
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
bloomfilter-rb (2.1.1)
redis
cookiejar (0.3.2)
diff-lcs (1.2.5)
em-http-request (1.1.2)
addressable (>= 2.3.4)
cookiejar
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
em-synchrony (1.0.3)
eventmachine (>= 1.0.0.beta.1)
eventmachine (1.0.3)
htmlentities (4.3.2)
http_parser.rb (0.6.0)
rake (10.3.2)
redis (3.1.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.0)
rspec-expectations (2.99.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.0)
ruby-progressbar (1.5.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.6)
rake (~> 10.3)
rspec (~> 2.14)
rubyretriever!