OSDN Git Service

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