A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

136 lines
3.3 KiB

  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.2.0)
  5. actionpack (= 4.2.0)
  6. actionview (= 4.2.0)
  7. activejob (= 4.2.0)
  8. mail (~> 2.5, >= 2.5.4)
  9. rails-dom-testing (~> 1.0, >= 1.0.5)
  10. actionpack (4.2.0)
  11. actionview (= 4.2.0)
  12. activesupport (= 4.2.0)
  13. rack (~> 1.6.0)
  14. rack-test (~> 0.6.2)
  15. rails-dom-testing (~> 1.0, >= 1.0.5)
  16. rails-html-sanitizer (~> 1.0, >= 1.0.1)
  17. actionview (4.2.0)
  18. activesupport (= 4.2.0)
  19. builder (~> 3.1)
  20. erubis (~> 2.7.0)
  21. rails-dom-testing (~> 1.0, >= 1.0.5)
  22. rails-html-sanitizer (~> 1.0, >= 1.0.1)
  23. activejob (4.2.0)
  24. activesupport (= 4.2.0)
  25. globalid (>= 0.3.0)
  26. activemodel (4.2.0)
  27. activesupport (= 4.2.0)
  28. builder (~> 3.1)
  29. activerecord (4.2.0)
  30. activemodel (= 4.2.0)
  31. activesupport (= 4.2.0)
  32. arel (~> 6.0)
  33. activesupport (4.2.0)
  34. i18n (~> 0.7)
  35. json (~> 1.7, >= 1.7.7)
  36. minitest (~> 5.1)
  37. thread_safe (~> 0.3, >= 0.3.4)
  38. tzinfo (~> 1.1)
  39. arel (6.0.0)
  40. bcrypt (3.1.10)
  41. binding_of_caller (0.7.2)
  42. debug_inspector (>= 0.0.1)
  43. builder (3.2.2)
  44. byebug (3.5.1)
  45. columnize (~> 0.8)
  46. debugger-linecache (~> 1.2)
  47. slop (~> 3.6)
  48. columnize (0.9.0)
  49. debug_inspector (0.0.2)
  50. debugger-linecache (1.2.0)
  51. erubis (2.7.0)
  52. execjs (2.4.0)
  53. globalid (0.3.3)
  54. activesupport (>= 4.1.0)
  55. hike (1.2.3)
  56. i18n (0.7.0)
  57. jquery-rails (4.0.3)
  58. rails-dom-testing (~> 1.0)
  59. railties (>= 4.2.0)
  60. thor (>= 0.14, < 2.0)
  61. json (1.8.2)
  62. loofah (2.0.1)
  63. nokogiri (>= 1.5.9)
  64. mail (2.6.3)
  65. mime-types (>= 1.16, < 3)
  66. mime-types (2.4.3)
  67. mini_portile (0.6.2)
  68. minitest (5.5.1)
  69. multi_json (1.11.0)
  70. nokogiri (1.6.6.2)
  71. mini_portile (~> 0.6.0)
  72. rack (1.6.0)
  73. rack-test (0.6.3)
  74. rack (>= 1.0)
  75. rails (4.2.0)
  76. actionmailer (= 4.2.0)
  77. actionpack (= 4.2.0)
  78. actionview (= 4.2.0)
  79. activejob (= 4.2.0)
  80. activemodel (= 4.2.0)
  81. activerecord (= 4.2.0)
  82. activesupport (= 4.2.0)
  83. bundler (>= 1.3.0, < 2.0)
  84. railties (= 4.2.0)
  85. sprockets-rails
  86. rails-deprecated_sanitizer (1.0.3)
  87. activesupport (>= 4.2.0.alpha)
  88. rails-dom-testing (1.0.5)
  89. activesupport (>= 4.2.0.beta, < 5.0)
  90. nokogiri (~> 1.6.0)
  91. rails-deprecated_sanitizer (>= 1.0.1)
  92. rails-html-sanitizer (1.0.2)
  93. loofah (~> 2.0)
  94. railties (4.2.0)
  95. actionpack (= 4.2.0)
  96. activesupport (= 4.2.0)
  97. rake (>= 0.8.7)
  98. thor (>= 0.18.1, < 2.0)
  99. rake (10.4.2)
  100. slop (3.6.0)
  101. sprockets (2.12.3)
  102. hike (~> 1.2)
  103. multi_json (~> 1.0)
  104. rack (~> 1.0)
  105. tilt (~> 1.1, != 1.3.0)
  106. sprockets-rails (2.2.4)
  107. actionpack (>= 3.0)
  108. activesupport (>= 3.0)
  109. sprockets (>= 2.8, < 4.0)
  110. sqlite3 (1.3.10)
  111. thor (0.19.1)
  112. thread_safe (0.3.5)
  113. tilt (1.4.1)
  114. tzinfo (1.2.2)
  115. thread_safe (~> 0.1)
  116. uglifier (2.7.1)
  117. execjs (>= 0.3.0)
  118. json (>= 1.8.0)
  119. web-console (2.1.1)
  120. activemodel (>= 4.0)
  121. binding_of_caller (>= 0.7.2)
  122. railties (>= 4.0)
  123. sprockets-rails (>= 2.0, < 4.0)
  124. PLATFORMS
  125. ruby
  126. DEPENDENCIES
  127. bcrypt (~> 3.1.7)
  128. byebug
  129. jquery-rails
  130. rails (= 4.2.0)
  131. sqlite3
  132. uglifier (>= 1.3.0)
  133. web-console (~> 2.0)