3781: Merge branch '3781-browser-friendly-servers' into 3781-browser-upload
[arvados.git] / apps / workbench / Gemfile.lock
1 GIT
2   remote: https://github.com/holtkampw/themes_for_rails
3   revision: 1fd2d7897d75ae0d6375f4c390df87b8e91ad417
4   ref: 1fd2d7897d75ae0d6375f4c390df87b8e91ad417
5   specs:
6     themes_for_rails (0.5.1)
7       rails (>= 3.0.0)
8
9 GEM
10   remote: https://rubygems.org/
11   specs:
12     RedCloth (4.2.9)
13     actionmailer (4.1.1)
14       actionpack (= 4.1.1)
15       actionview (= 4.1.1)
16       mail (~> 2.5.4)
17     actionpack (4.1.1)
18       actionview (= 4.1.1)
19       activesupport (= 4.1.1)
20       rack (~> 1.5.2)
21       rack-test (~> 0.6.2)
22     actionview (4.1.1)
23       activesupport (= 4.1.1)
24       builder (~> 3.1)
25       erubis (~> 2.7.0)
26     activemodel (4.1.1)
27       activesupport (= 4.1.1)
28       builder (~> 3.1)
29     activerecord (4.1.1)
30       activemodel (= 4.1.1)
31       activesupport (= 4.1.1)
32       arel (~> 5.0.0)
33     activesupport (4.1.1)
34       i18n (~> 0.6, >= 0.6.9)
35       json (~> 1.7, >= 1.7.7)
36       minitest (~> 5.1)
37       thread_safe (~> 0.1)
38       tzinfo (~> 1.1)
39     addressable (2.3.6)
40     andand (1.3.3)
41     angularjs-rails (1.3.3)
42     arel (5.0.1.20140414130214)
43     arvados (0.1.20141114230720)
44       activesupport (>= 3.2.13)
45       andand (~> 1.3, >= 1.3.3)
46       google-api-client (~> 0.6.3, >= 0.6.3)
47       json (~> 1.7, >= 1.7.7)
48       jwt (>= 0.1.5, < 1.0.0)
49     autoparse (0.3.3)
50       addressable (>= 2.3.1)
51       extlib (>= 0.9.15)
52       multi_json (>= 1.0.0)
53     bootstrap-sass (3.1.0.1)
54       sass (~> 3.2)
55     bootstrap-tab-history-rails (0.1.0)
56       railties (>= 3.1)
57     bootstrap-x-editable-rails (1.5.1.1)
58       railties (>= 3.0)
59     builder (3.2.2)
60     byebug (3.5.1)
61       columnize (~> 0.8)
62       debugger-linecache (~> 1.2)
63       slop (~> 3.6)
64     capistrano (2.15.5)
65       highline
66       net-scp (>= 1.0.0)
67       net-sftp (>= 2.0.0)
68       net-ssh (>= 2.0.14)
69       net-ssh-gateway (>= 1.1.0)
70     capybara (2.4.4)
71       mime-types (>= 1.16)
72       nokogiri (>= 1.3.3)
73       rack (>= 1.0.0)
74       rack-test (>= 0.5.4)
75       xpath (~> 2.0)
76     childprocess (0.5.1)
77       ffi (~> 1.0, >= 1.0.11)
78     cliver (0.3.2)
79     coffee-rails (4.0.1)
80       coffee-script (>= 2.2.0)
81       railties (>= 4.0.0, < 5.0)
82     coffee-script (2.2.0)
83       coffee-script-source
84       execjs
85     coffee-script-source (1.7.0)
86     columnize (0.8.9)
87     commonjs (0.2.7)
88     daemon_controller (1.1.7)
89     debugger-linecache (1.2.0)
90     deep_merge (1.0.1)
91     erubis (2.7.0)
92     execjs (2.0.2)
93     extlib (0.9.16)
94     faraday (0.8.9)
95       multipart-post (~> 1.2.0)
96     ffi (1.9.3)
97     google-api-client (0.6.4)
98       addressable (>= 2.3.2)
99       autoparse (>= 0.3.3)
100       extlib (>= 0.9.15)
101       faraday (~> 0.8.4)
102       jwt (>= 0.1.5)
103       launchy (>= 2.1.1)
104       multi_json (>= 1.0.0)
105       signet (~> 0.4.5)
106       uuidtools (>= 2.1.0)
107     headless (1.0.1)
108     highline (1.6.20)
109     hike (1.2.3)
110     httpclient (2.5.0)
111     i18n (0.6.9)
112     jquery-rails (3.0.4)
113       railties (>= 3.0, < 5.0)
114       thor (>= 0.14, < 2.0)
115     json (1.8.1)
116     jwt (0.1.13)
117       multi_json (>= 1.5)
118     launchy (2.4.3)
119       addressable (~> 2.3)
120     less (2.4.0)
121       commonjs (~> 0.2.7)
122     less-rails (2.4.2)
123       actionpack (>= 3.1)
124       less (~> 2.4.0)
125     libv8 (3.16.14.3)
126     mail (2.5.4)
127       mime-types (~> 1.16)
128       treetop (~> 1.4.8)
129     metaclass (0.0.4)
130     mime-types (1.25.1)
131     mini_portile (0.6.0)
132     minitest (5.3.3)
133     mocha (1.1.0)
134       metaclass (~> 0.0.1)
135     multi_json (1.10.0)
136     multipart-post (1.2.0)
137     net-scp (1.1.2)
138       net-ssh (>= 2.6.5)
139     net-sftp (2.1.2)
140       net-ssh (>= 2.6.5)
141     net-ssh (2.7.0)
142     net-ssh-gateway (1.2.0)
143       net-ssh (>= 2.6.5)
144     nokogiri (1.6.3.1)
145       mini_portile (= 0.6.0)
146     oj (2.1.7)
147     passenger (4.0.23)
148       daemon_controller (>= 1.1.0)
149       rack
150       rake (>= 0.8.1)
151     piwik_analytics (1.0.2)
152       actionpack
153       activesupport
154       rails (>= 3.0.0)
155     poltergeist (1.5.0)
156       capybara (~> 2.1)
157       cliver (~> 0.3.1)
158       multi_json (~> 1.0)
159       websocket-driver (>= 0.2.0)
160     polyglot (0.3.4)
161     rack (1.5.2)
162     rack-test (0.6.2)
163       rack (>= 1.0)
164     rails (4.1.1)
165       actionmailer (= 4.1.1)
166       actionpack (= 4.1.1)
167       actionview (= 4.1.1)
168       activemodel (= 4.1.1)
169       activerecord (= 4.1.1)
170       activesupport (= 4.1.1)
171       bundler (>= 1.3.0, < 2.0)
172       railties (= 4.1.1)
173       sprockets-rails (~> 2.0)
174     railties (4.1.1)
175       actionpack (= 4.1.1)
176       activesupport (= 4.1.1)
177       rake (>= 0.8.7)
178       thor (>= 0.18.1, < 2.0)
179     rake (10.3.1)
180     ref (1.0.5)
181     ruby-debug-passenger (0.2.0)
182     rubyzip (1.1.0)
183     rvm-capistrano (1.5.1)
184       capistrano (~> 2.15.4)
185     sass (3.2.12)
186     sass-rails (4.0.3)
187       railties (>= 4.0.0, < 5.0)
188       sass (~> 3.2.0)
189       sprockets (~> 2.8, <= 2.11.0)
190       sprockets-rails (~> 2.0)
191     selenium-webdriver (2.40.0)
192       childprocess (>= 0.5.0)
193       multi_json (~> 1.0)
194       rubyzip (~> 1.0)
195       websocket (~> 1.0.4)
196     signet (0.4.5)
197       addressable (>= 2.2.3)
198       faraday (~> 0.8.1)
199       jwt (>= 0.1.5)
200       multi_json (>= 1.0.0)
201     simplecov (0.7.1)
202       multi_json (~> 1.0)
203       simplecov-html (~> 0.7.1)
204     simplecov-html (0.7.1)
205     simplecov-rcov (0.2.3)
206       simplecov (>= 0.4.1)
207     slop (3.6.0)
208     sprockets (2.11.0)
209       hike (~> 1.2)
210       multi_json (~> 1.0)
211       rack (~> 1.0)
212       tilt (~> 1.1, != 1.3.0)
213     sprockets-rails (2.1.3)
214       actionpack (>= 3.0)
215       activesupport (>= 3.0)
216       sprockets (~> 2.8)
217     sqlite3 (1.3.8)
218     sshkey (1.6.1)
219     therubyracer (0.12.0)
220       libv8 (~> 3.16.14.0)
221       ref
222     thor (0.19.1)
223     thread_safe (0.3.3)
224     tilt (1.4.1)
225     treetop (1.4.15)
226       polyglot
227       polyglot (>= 0.3.1)
228     tzinfo (1.1.0)
229       thread_safe (~> 0.1)
230     uglifier (2.3.1)
231       execjs (>= 0.3.0)
232       json (>= 1.8.0)
233     uuidtools (2.1.5)
234     websocket (1.0.7)
235     websocket-driver (0.3.2)
236     wiselinks (1.2.1)
237     xpath (2.0.0)
238       nokogiri (~> 1.3)
239
240 PLATFORMS
241   ruby
242
243 DEPENDENCIES
244   RedCloth
245   andand
246   angularjs-rails
247   arvados (>= 0.1.20141114230720)
248   bootstrap-sass (~> 3.1.0)
249   bootstrap-tab-history-rails
250   bootstrap-x-editable-rails
251   byebug
252   capybara
253   coffee-rails
254   deep_merge
255   headless
256   httpclient (~> 2.5.0)
257   jquery-rails
258   less
259   less-rails
260   minitest (>= 5.0.0)
261   mocha
262   multi_json
263   oj
264   passenger
265   piwik_analytics
266   poltergeist
267   rails (~> 4.1.0)
268   ruby-debug-passenger
269   rvm-capistrano
270   sass
271   sass-rails
272   selenium-webdriver
273   simplecov (~> 0.7.1)
274   simplecov-rcov
275   sqlite3
276   sshkey
277   themes_for_rails!
278   therubyracer
279   uglifier (>= 1.0.3)
280   wiselinks