OSDN Git Service

Fix #5313 hipchat 0.14.0 to use http_proxy
[wvm/gitlab.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.15)
5       actionpack (= 3.2.15)
6       mail (~> 2.5.4)
7     actionpack (3.2.15)
8       activemodel (= 3.2.15)
9       activesupport (= 3.2.15)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.5)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.15)
18       activesupport (= 3.2.15)
19       builder (~> 3.0.0)
20     activerecord (3.2.15)
21       activemodel (= 3.2.15)
22       activesupport (= 3.2.15)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.15)
26       activemodel (= 3.2.15)
27       activesupport (= 3.2.15)
28     activesupport (3.2.15)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts-as-taggable-on (2.4.1)
32       rails (>= 3, < 5)
33     addressable (2.3.4)
34     annotate (2.6.0.beta2)
35       activerecord (>= 2.3.0)
36       rake (>= 0.8.7)
37     arel (3.0.2)
38     asciidoctor (0.1.3)
39     awesome_print (1.2.0)
40     backports (3.3.2)
41     bcrypt-ruby (3.1.1)
42     better_errors (1.0.1)
43       coderay (>= 1.0.0)
44       erubis (>= 2.6.6)
45     binding_of_caller (0.7.2)
46       debug_inspector (>= 0.0.1)
47     bootstrap-sass (2.3.2.2)
48       sass (~> 3.2)
49     builder (3.0.4)
50     capybara (2.1.0)
51       mime-types (>= 1.16)
52       nokogiri (>= 1.3.3)
53       rack (>= 1.0.0)
54       rack-test (>= 0.5.4)
55       xpath (~> 2.0)
56     carrierwave (0.8.0)
57       activemodel (>= 3.2.0)
58       activesupport (>= 3.2.0)
59     celluloid (0.14.1)
60       timers (>= 1.0.0)
61     charlock_holmes (0.6.9.4)
62     childprocess (0.3.9)
63       ffi (~> 1.0, >= 1.0.11)
64     chosen-rails (1.0.1)
65       coffee-rails (>= 3.2)
66       compass-rails (>= 1.0)
67       railties (>= 3.0)
68       sass-rails (>= 3.2)
69     chunky_png (1.2.9)
70     cliver (0.2.1)
71     code_analyzer (0.4.3)
72       sexp_processor
73     coderay (1.0.9)
74     coffee-rails (3.2.2)
75       coffee-script (>= 2.2.0)
76       railties (~> 3.2.0)
77     coffee-script (2.2.0)
78       coffee-script-source
79       execjs
80     coffee-script-source (1.6.3)
81     colored (1.2)
82     colorize (0.5.8)
83     compass (0.12.2)
84       chunky_png (~> 1.2)
85       fssm (>= 0.2.7)
86       sass (~> 3.1)
87     compass-rails (1.0.3)
88       compass (>= 0.12.2, < 0.14)
89     connection_pool (1.1.0)
90     coveralls (0.7.0)
91       multi_json (~> 1.3)
92       rest-client
93       simplecov (>= 0.7)
94       term-ansicolor
95       thor
96     crack (0.4.0)
97       safe_yaml (~> 0.9.0)
98     d3_rails (3.1.10)
99       railties (>= 3.1.0)
100     daemons (1.1.9)
101     database_cleaner (1.1.1)
102     debug_inspector (0.0.2)
103     descendants_tracker (0.0.1)
104     devise (2.2.5)
105       bcrypt-ruby (~> 3.0)
106       orm_adapter (~> 0.1)
107       railties (~> 3.1)
108       warden (~> 1.2.1)
109     devise-async (0.8.0)
110       devise (>= 2.2, < 3.2)
111     diff-lcs (1.2.5)
112     dotenv (0.8.0)
113     email_spec (1.4.0)
114       launchy (~> 2.1)
115       mail (~> 2.2)
116     enumerize (0.6.1)
117       activesupport (>= 3.2)
118     erubis (2.7.0)
119     escape_utils (0.2.4)
120     eventmachine (1.0.3)
121     excon (0.13.4)
122     execjs (2.0.2)
123     factory_girl (4.2.0)
124       activesupport (>= 3.0.0)
125     factory_girl_rails (4.2.1)
126       factory_girl (~> 4.2.0)
127       railties (>= 3.0.0)
128     faraday (0.8.7)
129       multipart-post (~> 1.1)
130     faraday_middleware (0.9.0)
131       faraday (>= 0.7.4, < 0.9)
132     ffaker (1.18.0)
133     ffi (1.9.0)
134     fog (1.3.1)
135       builder
136       excon (~> 0.13.0)
137       formatador (~> 0.2.0)
138       mime-types
139       multi_json (~> 1.0)
140       net-scp (~> 1.0.4)
141       net-ssh (>= 2.1.3)
142       nokogiri (~> 1.5.0)
143       ruby-hmac
144     font-awesome-rails (3.2.1.3)
145       railties (>= 3.2, < 5.0)
146     foreman (0.63.0)
147       dotenv (>= 0.7)
148       thor (>= 0.13.6)
149     formatador (0.2.4)
150     fssm (0.2.10)
151     gemoji (1.2.1)
152     gherkin-ruby (0.3.0)
153     github-markdown (0.5.5)
154     github-markup (0.7.5)
155     gitlab-flowdock-git-hook (0.4.2.2)
156       gitlab-grit (>= 2.4.1)
157       multi_json
158     gitlab-gollum-lib (1.0.2)
159       github-markdown (~> 0.5.3)
160       github-markup (>= 0.7.5, < 1.0.0)
161       gitlab-grit (~> 2.6.1)
162       gitlab-pygments.rb (~> 0.5.4)
163       nokogiri (~> 1.5.9)
164       sanitize (~> 2.0.3)
165       stringex (~> 1.5.1)
166     gitlab-grack (1.1.0)
167       rack (~> 1.4.1)
168     gitlab-grit (2.6.3)
169       charlock_holmes (~> 0.6.9)
170       diff-lcs (~> 1.1)
171       mime-types (~> 1.15)
172       posix-spawn (~> 0.3.6)
173     gitlab-linguist (2.9.6)
174       charlock_holmes (~> 0.6.6)
175       escape_utils (~> 0.2.4)
176       gitlab-pygments.rb (~> 0.5.4)
177       mime-types (~> 1.19)
178     gitlab-pygments.rb (0.5.4)
179       posix-spawn (~> 0.3.6)
180       yajl-ruby (~> 1.1.0)
181     gitlab_git (3.1.0)
182       activesupport (~> 3.2.13)
183       gitlab-grit (~> 2.6.1)
184       gitlab-linguist (~> 2.9.5)
185       gitlab-pygments.rb (~> 0.5.4)
186     gitlab_meta (6.0)
187     gitlab_omniauth-ldap (1.0.3)
188       net-ldap (~> 0.3.1)
189       omniauth (~> 1.0)
190       pyu-ruby-sasl (~> 0.0.3.1)
191       rubyntlm (~> 0.1.1)
192     gon (4.1.1)
193       actionpack (>= 2.3.0)
194       json
195     grape (0.4.1)
196       activesupport
197       builder
198       hashie (>= 1.2.0)
199       multi_json (>= 1.3.2)
200       multi_xml (>= 0.5.2)
201       rack (>= 1.3.0)
202       rack-accept
203       rack-mount
204       virtus
205     grape-entity (0.3.0)
206       activesupport
207       multi_json (>= 1.3.2)
208     growl (1.0.3)
209     guard (1.8.1)
210       formatador (>= 0.2.4)
211       listen (>= 1.0.0)
212       lumberjack (>= 1.0.2)
213       pry (>= 0.9.10)
214       thor (>= 0.14.6)
215     guard-rspec (3.0.2)
216       guard (>= 1.8)
217       rspec (~> 2.13)
218     guard-spinach (0.0.2)
219       guard (>= 1.1)
220       spinach
221     haml (4.0.3)
222       tilt
223     haml-rails (0.4)
224       actionpack (>= 3.1, < 4.1)
225       activesupport (>= 3.1, < 4.1)
226       haml (>= 3.1, < 4.1)
227       railties (>= 3.1, < 4.1)
228     hashie (1.2.0)
229     hike (1.2.3)
230     hipchat (0.14.0)
231       httparty
232       httparty
233     http_parser.rb (0.5.3)
234     httparty (0.11.0)
235       multi_json (~> 1.0)
236       multi_xml (>= 0.5.2)
237     httpauth (0.2.0)
238     i18n (0.6.5)
239     jasmine (1.3.2)
240       jasmine-core (~> 1.3.1)
241       rack (~> 1.0)
242       rspec (>= 1.3.1)
243       selenium-webdriver (>= 0.1.3)
244     jasmine-core (1.3.1)
245     journey (1.0.4)
246     jquery-atwho-rails (0.3.0)
247     jquery-rails (2.1.3)
248       railties (>= 3.1.0, < 5.0)
249       thor (~> 0.14)
250     jquery-turbolinks (1.0.0)
251       railties (>= 3.1.0)
252       turbolinks
253     jquery-ui-rails (2.0.2)
254       jquery-rails
255       railties (>= 3.1.0)
256     json (1.7.7)
257     jwt (0.1.8)
258       multi_json (>= 1.5)
259     kaminari (0.14.1)
260       actionpack (>= 3.0.0)
261       activesupport (>= 3.0.0)
262     kgio (2.8.0)
263     launchy (2.3.0)
264       addressable (~> 2.3)
265     letter_opener (1.1.1)
266       launchy (~> 2.2)
267     libv8 (3.11.8.17)
268     listen (1.2.2)
269       rb-fsevent (>= 0.9.3)
270       rb-inotify (>= 0.9)
271       rb-kqueue (>= 0.2)
272     lumberjack (1.0.3)
273     mail (2.5.4)
274       mime-types (~> 1.16)
275       treetop (~> 1.4.8)
276     method_source (0.8.1)
277     mime-types (1.25.1)
278     minitest (4.7.4)
279     modernizr (2.6.2)
280       sprockets (~> 2.0)
281     multi_json (1.8.2)
282     multi_xml (0.5.4)
283     multipart-post (1.2.0)
284     mysql2 (0.3.11)
285     net-ldap (0.3.1)
286     net-scp (1.0.4)
287       net-ssh (>= 1.99.1)
288     net-ssh (2.6.8)
289     nokogiri (1.5.10)
290     oauth (0.4.7)
291     oauth2 (0.8.1)
292       faraday (~> 0.8)
293       httpauth (~> 0.1)
294       jwt (~> 0.1.4)
295       multi_json (~> 1.0)
296       rack (~> 1.2)
297     omniauth (1.1.4)
298       hashie (>= 1.2, < 3)
299       rack
300     omniauth-github (1.1.0)
301       omniauth (~> 1.0)
302       omniauth-oauth2 (~> 1.1)
303     omniauth-google-oauth2 (0.1.19)
304       omniauth (~> 1.0)
305       omniauth-oauth2
306     omniauth-oauth (1.0.1)
307       oauth
308       omniauth (~> 1.0)
309     omniauth-oauth2 (1.1.1)
310       oauth2 (~> 0.8.0)
311       omniauth (~> 1.0)
312     omniauth-twitter (0.0.17)
313       multi_json (~> 1.3)
314       omniauth-oauth (~> 1.0)
315     orm_adapter (0.4.0)
316     pg (0.15.1)
317     poltergeist (1.4.1)
318       capybara (~> 2.1.0)
319       cliver (~> 0.2.1)
320       multi_json (~> 1.0)
321       websocket-driver (>= 0.2.0)
322     polyglot (0.3.3)
323     posix-spawn (0.3.6)
324     pry (0.9.12.2)
325       coderay (~> 1.0.5)
326       method_source (~> 0.8)
327       slop (~> 3.4)
328     pyu-ruby-sasl (0.0.3.3)
329     quiet_assets (1.0.2)
330       railties (>= 3.1, < 5.0)
331     rack (1.4.5)
332     rack-accept (0.4.5)
333       rack (>= 0.4)
334     rack-attack (2.2.1)
335       rack
336     rack-cache (1.2)
337       rack (>= 0.4)
338     rack-mini-profiler (0.1.31)
339       rack (>= 1.1.3)
340     rack-mount (0.8.3)
341       rack (>= 1.0.0)
342     rack-protection (1.5.0)
343       rack
344     rack-ssl (1.3.3)
345       rack
346     rack-test (0.6.2)
347       rack (>= 1.0)
348     rails (3.2.15)
349       actionmailer (= 3.2.15)
350       actionpack (= 3.2.15)
351       activerecord (= 3.2.15)
352       activeresource (= 3.2.15)
353       activesupport (= 3.2.15)
354       bundler (~> 1.0)
355       railties (= 3.2.15)
356     rails-dev-tweaks (0.6.1)
357       actionpack (~> 3.1)
358       railties (~> 3.1)
359     rails_best_practices (1.14.4)
360       activesupport
361       awesome_print
362       code_analyzer (>= 0.4.3)
363       colored
364       erubis
365       i18n
366       require_all
367       ruby-progressbar
368     railties (3.2.15)
369       actionpack (= 3.2.15)
370       activesupport (= 3.2.15)
371       rack-ssl (~> 1.3.2)
372       rake (>= 0.8.7)
373       rdoc (~> 3.4)
374       thor (>= 0.14.6, < 2.0)
375     raindrops (0.11.0)
376     rake (10.1.0)
377     raphael-rails (2.1.2)
378     rb-fsevent (0.9.3)
379     rb-inotify (0.9.0)
380       ffi (>= 0.5.0)
381     rb-kqueue (0.2.0)
382       ffi (>= 0.5.0)
383     rdoc (3.12.2)
384       json (~> 1.4)
385     redcarpet (2.2.2)
386     redis (3.0.4)
387     redis-actionpack (3.2.4)
388       actionpack (~> 3.2.0)
389       redis-rack (~> 1.4.4)
390       redis-store (~> 1.1.4)
391     redis-activesupport (3.2.4)
392       activesupport (~> 3.2.0)
393       redis-store (~> 1.1.0)
394     redis-namespace (1.3.1)
395       redis (~> 3.0.0)
396     redis-rack (1.4.4)
397       rack (~> 1.4.0)
398       redis-store (~> 1.1.4)
399     redis-rails (3.2.4)
400       redis-actionpack (~> 3.2.4)
401       redis-activesupport (~> 3.2.4)
402       redis-store (~> 1.1.4)
403     redis-store (1.1.4)
404       redis (>= 2.2)
405     ref (1.0.5)
406     require_all (1.3.1)
407     rest-client (1.6.7)
408       mime-types (>= 1.16)
409     rspec (2.13.0)
410       rspec-core (~> 2.13.0)
411       rspec-expectations (~> 2.13.0)
412       rspec-mocks (~> 2.13.0)
413     rspec-core (2.13.1)
414     rspec-expectations (2.13.0)
415       diff-lcs (>= 1.1.3, < 2.0)
416     rspec-mocks (2.13.1)
417     rspec-rails (2.13.2)
418       actionpack (>= 3.0)
419       activesupport (>= 3.0)
420       railties (>= 3.0)
421       rspec-core (~> 2.13.0)
422       rspec-expectations (~> 2.13.0)
423       rspec-mocks (~> 2.13.0)
424     ruby-hmac (0.4.0)
425     ruby-progressbar (1.2.0)
426     rubyntlm (0.1.1)
427     rubyzip (0.9.9)
428     safe_yaml (0.9.3)
429     sanitize (2.0.3)
430       nokogiri (>= 1.4.4, < 1.6)
431     sass (3.2.12)
432     sass-rails (3.2.6)
433       railties (~> 3.2.0)
434       sass (>= 3.1.10)
435       tilt (~> 1.3)
436     sdoc (0.3.20)
437       json (>= 1.1.3)
438       rdoc (~> 3.10)
439     seed-fu (2.2.0)
440       activerecord (~> 3.1)
441       activesupport (~> 3.1)
442     select2-rails (3.4.2)
443       sass-rails
444       thor (~> 0.14)
445     selenium-webdriver (2.33.0)
446       childprocess (>= 0.2.5)
447       multi_json (~> 1.0)
448       rubyzip
449       websocket (~> 1.0.4)
450     settingslogic (2.0.9)
451     sexp_processor (4.3.0)
452     shoulda-matchers (2.1.0)
453       activesupport (>= 3.0.0)
454     sidekiq (2.14.0)
455       celluloid (>= 0.14.1)
456       connection_pool (>= 1.0.0)
457       json
458       redis (>= 3.0.4)
459       redis-namespace
460     simple_oauth (0.1.9)
461     simplecov (0.7.1)
462       multi_json (~> 1.0)
463       simplecov-html (~> 0.7.1)
464     simplecov-html (0.7.1)
465     sinatra (1.4.3)
466       rack (~> 1.4)
467       rack-protection (~> 1.4)
468       tilt (~> 1.3, >= 1.3.4)
469     six (0.2.0)
470     slim (2.0.0)
471       temple (~> 0.6.5)
472       tilt (~> 1.3, >= 1.3.3)
473     slop (3.4.5)
474     spinach (0.8.3)
475       colorize (= 0.5.8)
476       gherkin-ruby (~> 0.3.0)
477     spinach-rails (0.2.1)
478       capybara (>= 2.0.0)
479       railties (>= 3)
480       spinach (>= 0.4)
481     spork (1.0.0rc2)
482     sprockets (2.2.2)
483       hike (~> 1.2)
484       multi_json (~> 1.0)
485       rack (~> 1.0)
486       tilt (~> 1.1, != 1.3.0)
487     stamp (0.5.0)
488     state_machine (1.2.0)
489     stringex (1.5.1)
490     temple (0.6.5)
491     term-ansicolor (1.2.2)
492       tins (~> 0.8)
493     test_after_commit (0.2.1)
494     therubyracer (0.11.4)
495       libv8 (~> 3.11.8.12)
496       ref
497     thin (1.5.1)
498       daemons (>= 1.0.9)
499       eventmachine (>= 0.12.6)
500       rack (>= 1.0.0)
501     thor (0.18.1)
502     tilt (1.4.1)
503     timers (1.1.0)
504     tinder (1.9.2)
505       eventmachine (~> 1.0)
506       faraday (~> 0.8)
507       faraday_middleware (~> 0.9)
508       hashie (~> 1.0)
509       json (~> 1.7.5)
510       mime-types (~> 1.19)
511       multi_json (~> 1.5)
512       twitter-stream (~> 0.1)
513     tins (0.11.0)
514     treetop (1.4.15)
515       polyglot
516       polyglot (>= 0.3.1)
517     turbolinks (1.2.0)
518       coffee-rails
519     twitter-stream (0.1.16)
520       eventmachine (>= 0.12.8)
521       http_parser.rb (~> 0.5.1)
522       simple_oauth (~> 0.1.4)
523     tzinfo (0.3.38)
524     uglifier (2.1.1)
525       execjs (>= 0.3.0)
526       multi_json (~> 1.0, >= 1.0.2)
527     underscore-rails (1.4.4)
528     unicorn (4.6.3)
529       kgio (~> 2.6)
530       rack
531       raindrops (~> 0.7)
532     virtus (0.5.5)
533       backports (~> 3.3)
534       descendants_tracker (~> 0.0.1)
535     warden (1.2.3)
536       rack (>= 1.0)
537     webmock (1.11.0)
538       addressable (>= 2.2.7)
539       crack (>= 0.3.2)
540     websocket (1.0.7)
541     websocket-driver (0.3.0)
542     xpath (2.0.0)
543       nokogiri (~> 1.3)
544     yajl-ruby (1.1.0)
545
546 PLATFORMS
547   ruby
548
549 DEPENDENCIES
550   acts-as-taggable-on
551   annotate (~> 2.6.0.beta2)
552   asciidoctor
553   awesome_print
554   better_errors
555   binding_of_caller
556   bootstrap-sass
557   capybara
558   carrierwave
559   chosen-rails (= 1.0.1)
560   coffee-rails
561   colored
562   coveralls
563   d3_rails (~> 3.1.4)
564   database_cleaner
565   devise (~> 2.2)
566   devise-async
567   email_spec
568   enumerize
569   factory_girl_rails
570   ffaker
571   fog (~> 1.3.1)
572   font-awesome-rails
573   foreman
574   gemoji (~> 1.2.1)
575   github-markup (~> 0.7.4)
576   gitlab-flowdock-git-hook (~> 0.4.2)
577   gitlab-gollum-lib (~> 1.0.2)
578   gitlab-grack (~> 1.1.0)
579   gitlab-linguist (~> 2.9.6)
580   gitlab-pygments.rb (~> 0.5.4)
581   gitlab_git (~> 3.1.0)
582   gitlab_meta (= 6.0)
583   gitlab_omniauth-ldap (= 1.0.3)
584   gon
585   grape (~> 0.4.1)
586   grape-entity (~> 0.3.0)
587   growl
588   guard-rspec
589   guard-spinach
590   haml-rails
591   hipchat (~> 0.14.0)
592   httparty
593   jasmine
594   jquery-atwho-rails (= 0.3.0)
595   jquery-rails (= 2.1.3)
596   jquery-turbolinks
597   jquery-ui-rails (= 2.0.2)
598   kaminari (~> 0.14.1)
599   launchy
600   letter_opener
601   minitest (~> 4.7.0)
602   modernizr (= 2.6.2)
603   mysql2
604   omniauth (~> 1.1.3)
605   omniauth-github
606   omniauth-google-oauth2
607   omniauth-twitter
608   pg
609   poltergeist (~> 1.4.1)
610   pry
611   quiet_assets (~> 1.0.1)
612   rack-attack
613   rack-mini-profiler
614   rails (= 3.2.15)
615   rails-dev-tweaks
616   rails_best_practices
617   raphael-rails (~> 2.1.2)
618   rb-fsevent
619   rb-inotify
620   redcarpet (~> 2.2.2)
621   redis-rails
622   rspec-rails
623   sanitize
624   sass-rails
625   sdoc
626   seed-fu
627   select2-rails
628   settingslogic
629   shoulda-matchers (~> 2.1.0)
630   sidekiq
631   simplecov
632   sinatra
633   six
634   slim
635   spinach-rails
636   spork (~> 1.0rc)
637   stamp
638   state_machine
639   test_after_commit
640   therubyracer
641   thin
642   tinder (~> 1.9.2)
643   turbolinks
644   uglifier
645   underscore-rails (~> 1.4.4)
646   unicorn (~> 4.6.3)
647   webmock