forked from seomoz/qless-sharded-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
110 lines (107 loc) · 2.39 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
PATH
remote: .
specs:
qless-sharded_ui (0.2)
qless (~> 0.9)
redis (>= 2.2)
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.6)
capybara (1.1.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.6.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.4)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.4)
diff-lcs (1.2.5)
eventmachine (1.0.3)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.3)
http_parser.rb (0.5.3)
launchy (2.1.2)
addressable (~> 2.3)
method_source (0.8.2)
mime-types (2.2)
mini_portile (0.5.3)
multi_json (1.9.3)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
poltergeist (1.0.3)
capybara (~> 1.1)
childprocess (~> 0.3)
faye-websocket (~> 0.4.4)
http_parser.rb (~> 0.5.3)
multi_json (~> 1.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
qless (0.9.3)
redis (>= 2.2)
sinatra (~> 1.3.2)
vegas (~> 0.1.11)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
redis (3.0.7)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-fire (1.3.0)
rspec (>= 2.11, < 4)
rspec-mocks (2.14.6)
rubyzip (1.1.3)
selenium-webdriver (2.41.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
slop (3.5.0)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.4.1)
vegas (0.1.11)
rack (>= 1.0.0)
websocket (1.0.7)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
capybara (~> 1.1.2)
debugger
launchy (~> 2.1.0)
poltergeist (~> 1.0.0)
pry
qless-sharded_ui!
rspec (~> 2.12)
rspec-fire (~> 1.1)
sinatra (~> 1.3.2)
thin
vegas (~> 0.1)