A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Gemfile.lock 3.5 KiB

il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 7 ans
il y a 9 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 7 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 7 ans
il y a 9 ans
il y a 7 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (5.0.0.1)
  5. actionpack (= 5.0.0.1)
  6. nio4r (~> 1.2)
  7. websocket-driver (~> 0.6.1)
  8. actionmailer (5.0.0.1)
  9. actionpack (= 5.0.0.1)
  10. actionview (= 5.0.0.1)
  11. activejob (= 5.0.0.1)
  12. mail (~> 2.5, >= 2.5.4)
  13. rails-dom-testing (~> 2.0)
  14. actionpack (5.0.0.1)
  15. actionview (= 5.0.0.1)
  16. activesupport (= 5.0.0.1)
  17. rack (~> 2.0)
  18. rack-test (~> 0.6.3)
  19. rails-dom-testing (~> 2.0)
  20. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  21. actionview (5.0.0.1)
  22. activesupport (= 5.0.0.1)
  23. builder (~> 3.1)
  24. erubis (~> 2.7.0)
  25. rails-dom-testing (~> 2.0)
  26. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  27. activejob (5.0.0.1)
  28. activesupport (= 5.0.0.1)
  29. globalid (>= 0.3.6)
  30. activemodel (5.0.0.1)
  31. activesupport (= 5.0.0.1)
  32. activerecord (5.0.0.1)
  33. activemodel (= 5.0.0.1)
  34. activesupport (= 5.0.0.1)
  35. arel (~> 7.0)
  36. activesupport (5.0.0.1)
  37. concurrent-ruby (~> 1.0, >= 1.0.2)
  38. i18n (~> 0.7)
  39. minitest (~> 5.1)
  40. tzinfo (~> 1.1)
  41. arel (7.1.4)
  42. bcrypt (3.1.11)
  43. binding_of_caller (0.7.2)
  44. debug_inspector (>= 0.0.1)
  45. builder (3.2.2)
  46. byebug (9.0.6)
  47. concurrent-ruby (1.0.2)
  48. debug_inspector (0.0.2)
  49. eaal (0.1.16)
  50. faraday (>= 0.8.4)
  51. hpricot (>= 0.6)
  52. memcache-client (>= 1.7.1)
  53. erubis (2.7.0)
  54. execjs (2.7.0)
  55. faraday (0.10.0)
  56. multipart-post (>= 1.2, < 3)
  57. globalid (0.3.7)
  58. activesupport (>= 4.1.0)
  59. hpricot (0.8.6)
  60. i18n (0.7.0)
  61. jquery-rails (4.2.1)
  62. rails-dom-testing (>= 1, < 3)
  63. railties (>= 4.2.0)
  64. thor (>= 0.14, < 2.0)
  65. loofah (2.0.3)
  66. nokogiri (>= 1.5.9)
  67. mail (2.6.4)
  68. mime-types (>= 1.16, < 4)
  69. memcache-client (1.8.5)
  70. method_source (0.8.2)
  71. mime-types (3.1)
  72. mime-types-data (~> 3.2015)
  73. mime-types-data (3.2016.0521)
  74. mini_portile2 (2.1.0)
  75. minitest (5.10.1)
  76. multipart-post (2.0.0)
  77. nio4r (1.2.1)
  78. nokogiri (1.6.8.1)
  79. mini_portile2 (~> 2.1.0)
  80. rack (2.0.1)
  81. rack-test (0.6.3)
  82. rack (>= 1.0)
  83. rails (5.0.0.1)
  84. actioncable (= 5.0.0.1)
  85. actionmailer (= 5.0.0.1)
  86. actionpack (= 5.0.0.1)
  87. actionview (= 5.0.0.1)
  88. activejob (= 5.0.0.1)
  89. activemodel (= 5.0.0.1)
  90. activerecord (= 5.0.0.1)
  91. activesupport (= 5.0.0.1)
  92. bundler (>= 1.3.0, < 2.0)
  93. railties (= 5.0.0.1)
  94. sprockets-rails (>= 2.0.0)
  95. rails-dom-testing (2.0.1)
  96. activesupport (>= 4.2.0, < 6.0)
  97. nokogiri (~> 1.6.0)
  98. rails-html-sanitizer (1.0.3)
  99. loofah (~> 2.0)
  100. railties (5.0.0.1)
  101. actionpack (= 5.0.0.1)
  102. activesupport (= 5.0.0.1)
  103. method_source
  104. rake (>= 0.8.7)
  105. thor (>= 0.18.1, < 2.0)
  106. rake (12.0.0)
  107. sprockets (3.7.0)
  108. concurrent-ruby (~> 1.0)
  109. rack (> 1, < 3)
  110. sprockets-rails (3.2.0)
  111. actionpack (>= 4.0)
  112. activesupport (>= 4.0)
  113. sprockets (>= 3.0.0)
  114. sqlite3 (1.3.12)
  115. thor (0.19.4)
  116. thread_safe (0.3.5)
  117. tzinfo (1.2.2)
  118. thread_safe (~> 0.1)
  119. uglifier (3.0.4)
  120. execjs (>= 0.3.0, < 3)
  121. web-console (2.3.0)
  122. activemodel (>= 4.0)
  123. binding_of_caller (>= 0.7.2)
  124. railties (>= 4.0)
  125. sprockets-rails (>= 2.0, < 4.0)
  126. websocket-driver (0.6.4)
  127. websocket-extensions (>= 0.1.0)
  128. websocket-extensions (0.1.2)
  129. PLATFORMS
  130. ruby
  131. DEPENDENCIES
  132. bcrypt (~> 3.1.7)
  133. byebug
  134. eaal (~> 0.1.12)
  135. jquery-rails
  136. rails (~> 5.0)
  137. sqlite3
  138. uglifier (>= 1.3.0)
  139. web-console (~> 2.0)
  140. BUNDLED WITH
  141. 1.13.6