OSDN Git Service

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