Merge branch 'master' into 3661-copy-move-from-show
[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     arel (5.0.1.20140414130214)
42     arvados (0.1.20140917180103)
43       activesupport (>= 3.2.13)
44       andand
45       google-api-client (~> 0.6.3)
46       json (>= 1.7.7)
47       jwt (>= 0.1.5, < 1.0.0)
48     autoparse (0.3.3)
49       addressable (>= 2.3.1)
50       extlib (>= 0.9.15)
51       multi_json (>= 1.0.0)
52     bootstrap-sass (3.1.0.1)
53       sass (~> 3.2)
54     bootstrap-x-editable-rails (1.5.1.1)
55       railties (>= 3.0)
56     builder (3.2.2)
57     capistrano (2.15.5)
58       highline
59       net-scp (>= 1.0.0)
60       net-sftp (>= 2.0.0)
61       net-ssh (>= 2.0.14)
62       net-ssh-gateway (>= 1.1.0)
63     capybara (2.2.1)
64       mime-types (>= 1.16)
65       nokogiri (>= 1.3.3)
66       rack (>= 1.0.0)
67       rack-test (>= 0.5.4)
68       xpath (~> 2.0)
69     childprocess (0.5.1)
70       ffi (~> 1.0, >= 1.0.11)
71     cliver (0.3.2)
72     coffee-rails (4.0.1)
73       coffee-script (>= 2.2.0)
74       railties (>= 4.0.0, < 5.0)
75     coffee-script (2.2.0)
76       coffee-script-source
77       execjs
78     coffee-script-source (1.7.0)
79     commonjs (0.2.7)
80     daemon_controller (1.1.7)
81     deep_merge (1.0.1)
82     erubis (2.7.0)
83     execjs (2.0.2)
84     extlib (0.9.16)
85     faraday (0.8.9)
86       multipart-post (~> 1.2.0)
87     ffi (1.9.3)
88     google-api-client (0.6.4)
89       addressable (>= 2.3.2)
90       autoparse (>= 0.3.3)
91       extlib (>= 0.9.15)
92       faraday (~> 0.8.4)
93       jwt (>= 0.1.5)
94       launchy (>= 2.1.1)
95       multi_json (>= 1.0.0)
96       signet (~> 0.4.5)
97       uuidtools (>= 2.1.0)
98     headless (1.0.1)
99     highline (1.6.20)
100     hike (1.2.3)
101     httpclient (2.3.4.1)
102     i18n (0.6.9)
103     jquery-rails (3.0.4)
104       railties (>= 3.0, < 5.0)
105       thor (>= 0.14, < 2.0)
106     json (1.8.1)
107     jwt (0.1.13)
108       multi_json (>= 1.5)
109     launchy (2.4.2)
110       addressable (~> 2.3)
111     less (2.4.0)
112       commonjs (~> 0.2.7)
113     less-rails (2.4.2)
114       actionpack (>= 3.1)
115       less (~> 2.4.0)
116     libv8 (3.16.14.3)
117     mail (2.5.4)
118       mime-types (~> 1.16)
119       treetop (~> 1.4.8)
120     mime-types (1.25.1)
121     mini_portile (0.5.2)
122     minitest (5.3.3)
123     multi_json (1.10.0)
124     multipart-post (1.2.0)
125     net-scp (1.1.2)
126       net-ssh (>= 2.6.5)
127     net-sftp (2.1.2)
128       net-ssh (>= 2.6.5)
129     net-ssh (2.7.0)
130     net-ssh-gateway (1.2.0)
131       net-ssh (>= 2.6.5)
132     nokogiri (1.6.1)
133       mini_portile (~> 0.5.0)
134     oj (2.1.7)
135     passenger (4.0.23)
136       daemon_controller (>= 1.1.0)
137       rack
138       rake (>= 0.8.1)
139     piwik_analytics (1.0.2)
140       actionpack
141       activesupport
142       rails (>= 3.0.0)
143     poltergeist (1.5.0)
144       capybara (~> 2.1)
145       cliver (~> 0.3.1)
146       multi_json (~> 1.0)
147       websocket-driver (>= 0.2.0)
148     polyglot (0.3.4)
149     rack (1.5.2)
150     rack-test (0.6.2)
151       rack (>= 1.0)
152     rails (4.1.1)
153       actionmailer (= 4.1.1)
154       actionpack (= 4.1.1)
155       actionview (= 4.1.1)
156       activemodel (= 4.1.1)
157       activerecord (= 4.1.1)
158       activesupport (= 4.1.1)
159       bundler (>= 1.3.0, < 2.0)
160       railties (= 4.1.1)
161       sprockets-rails (~> 2.0)
162     railties (4.1.1)
163       actionpack (= 4.1.1)
164       activesupport (= 4.1.1)
165       rake (>= 0.8.7)
166       thor (>= 0.18.1, < 2.0)
167     rake (10.3.1)
168     ref (1.0.5)
169     rubyzip (1.1.0)
170     rvm-capistrano (1.5.1)
171       capistrano (~> 2.15.4)
172     sass (3.2.12)
173     sass-rails (4.0.3)
174       railties (>= 4.0.0, < 5.0)
175       sass (~> 3.2.0)
176       sprockets (~> 2.8, <= 2.11.0)
177       sprockets-rails (~> 2.0)
178     selenium-webdriver (2.40.0)
179       childprocess (>= 0.5.0)
180       multi_json (~> 1.0)
181       rubyzip (~> 1.0)
182       websocket (~> 1.0.4)
183     signet (0.4.5)
184       addressable (>= 2.2.3)
185       faraday (~> 0.8.1)
186       jwt (>= 0.1.5)
187       multi_json (>= 1.0.0)
188     simplecov (0.7.1)
189       multi_json (~> 1.0)
190       simplecov-html (~> 0.7.1)
191     simplecov-html (0.7.1)
192     simplecov-rcov (0.2.3)
193       simplecov (>= 0.4.1)
194     sprockets (2.11.0)
195       hike (~> 1.2)
196       multi_json (~> 1.0)
197       rack (~> 1.0)
198       tilt (~> 1.1, != 1.3.0)
199     sprockets-rails (2.1.3)
200       actionpack (>= 3.0)
201       activesupport (>= 3.0)
202       sprockets (~> 2.8)
203     sqlite3 (1.3.8)
204     sshkey (1.6.1)
205     therubyracer (0.12.0)
206       libv8 (~> 3.16.14.0)
207       ref
208     thor (0.19.1)
209     thread_safe (0.3.3)
210     tilt (1.4.1)
211     treetop (1.4.15)
212       polyglot
213       polyglot (>= 0.3.1)
214     tzinfo (1.1.0)
215       thread_safe (~> 0.1)
216     uglifier (2.3.1)
217       execjs (>= 0.3.0)
218       json (>= 1.8.0)
219     uuidtools (2.1.5)
220     websocket (1.0.7)
221     websocket-driver (0.3.2)
222     wiselinks (1.2.1)
223     xpath (2.0.0)
224       nokogiri (~> 1.3)
225
226 PLATFORMS
227   ruby
228
229 DEPENDENCIES
230   RedCloth
231   andand
232   arvados (>= 0.1.20140917180103)
233   bootstrap-sass (~> 3.1.0)
234   bootstrap-x-editable-rails
235   capybara
236   coffee-rails
237   deep_merge
238   headless
239   httpclient
240   jquery-rails
241   less
242   less-rails
243   minitest (>= 5.0.0)
244   multi_json
245   oj
246   passenger
247   piwik_analytics
248   poltergeist
249   rails (~> 4.1.0)
250   rvm-capistrano
251   sass
252   sass-rails
253   selenium-webdriver
254   simplecov (~> 0.7.1)
255   simplecov-rcov
256   sqlite3
257   sshkey
258   themes_for_rails!
259   therubyracer
260   uglifier (>= 1.0.3)
261   wiselinks