This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
91 lines (88 loc) · 1.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
PATH
remote: .
specs:
cloudsdale (0.0.1)
bcrypt-ruby (~> 3.0.0)
faraday (~> 0.8.4)
faraday_middleware (~> 0.9.0)
faye-client
hashie (~> 2.0.0)
json (~> 1.7.5)
GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
addressable (2.3.4)
bcrypt-ruby (3.0.1)
celluloid (0.11.1)
timers (>= 1.0.0)
coderay (1.0.8)
connection_pool (0.9.2)
cookiejar (0.3.0)
diff-lcs (1.1.3)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.2.1)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.0)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
faye (0.8.6)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.4.0)
rack (>= 1.0.0)
yajl-ruby (>= 1.0.0)
faye-client (0.1.0)
active_support
eventmachine
faye
sidekiq
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
hashie (2.0.5)
http_parser.rb (0.5.3)
json (1.7.7)
method_source (0.8.1)
multi_json (1.7.6)
multipart-post (1.2.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.5.2)
redis (3.0.1)
redis-namespace (1.2.1)
redis (~> 3.0.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
sidekiq (2.2.1)
celluloid (~> 0.11.1)
connection_pool (~> 0.9.2)
multi_json (~> 1)
redis (~> 3)
redis-namespace
slop (3.3.3)
timers (1.0.1)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
cloudsdale!
pry (~> 0.9.10)
rspec (= 2.11.0)