-
Notifications
You must be signed in to change notification settings - Fork 26
/
Gemfile.lock
64 lines (61 loc) · 1.33 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
53
54
55
56
57
58
59
60
61
62
63
64
PATH
remote: .
specs:
rubyretriever (1.4.5)
addressable
bloomfilter-rb
em-http-request
em-synchrony
htmlentities
nokogiri
ruby-progressbar
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
bloomfilter-rb (2.1.1)
redis
coderay (1.1.0)
cookiejar (0.3.0)
diff-lcs (1.2.5)
em-http-request (1.1.3)
addressable (>= 2.3.4)
cookiejar (<= 0.3.0)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
em-synchrony (1.0.4)
eventmachine (>= 1.0.0.beta.1)
eventmachine (1.2.0.1)
htmlentities (4.3.4)
http_parser.rb (0.6.0)
method_source (0.8.2)
mini_portile2 (2.0.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.3.2)
redis (3.2.2)
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.7.5)
slop (3.6.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.6)
pry
rake (~> 10.3)
rspec (~> 2.14)
rubyretriever!