OSDN Git Service

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