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.
 
 
 
 
 

134 lines
3.2 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. binding_of_caller (0.7.2)
  41. debug_inspector (>= 0.0.1)
  42. builder (3.2.2)
  43. byebug (3.5.1)
  44. columnize (~> 0.8)
  45. debugger-linecache (~> 1.2)
  46. slop (~> 3.6)
  47. columnize (0.9.0)
  48. debug_inspector (0.0.2)
  49. debugger-linecache (1.2.0)
  50. erubis (2.7.0)
  51. execjs (2.4.0)
  52. globalid (0.3.3)
  53. activesupport (>= 4.1.0)
  54. hike (1.2.3)
  55. i18n (0.7.0)
  56. jquery-rails (4.0.3)
  57. rails-dom-testing (~> 1.0)
  58. railties (>= 4.2.0)
  59. thor (>= 0.14, < 2.0)
  60. json (1.8.2)
  61. loofah (2.0.1)
  62. nokogiri (>= 1.5.9)
  63. mail (2.6.3)
  64. mime-types (>= 1.16, < 3)
  65. mime-types (2.4.3)
  66. mini_portile (0.6.2)
  67. minitest (5.5.1)
  68. multi_json (1.11.0)
  69. nokogiri (1.6.6.2)
  70. mini_portile (~> 0.6.0)
  71. rack (1.6.0)
  72. rack-test (0.6.3)
  73. rack (>= 1.0)
  74. rails (4.2.0)
  75. actionmailer (= 4.2.0)
  76. actionpack (= 4.2.0)
  77. actionview (= 4.2.0)
  78. activejob (= 4.2.0)
  79. activemodel (= 4.2.0)
  80. activerecord (= 4.2.0)
  81. activesupport (= 4.2.0)
  82. bundler (>= 1.3.0, < 2.0)
  83. railties (= 4.2.0)
  84. sprockets-rails
  85. rails-deprecated_sanitizer (1.0.3)
  86. activesupport (>= 4.2.0.alpha)
  87. rails-dom-testing (1.0.5)
  88. activesupport (>= 4.2.0.beta, < 5.0)
  89. nokogiri (~> 1.6.0)
  90. rails-deprecated_sanitizer (>= 1.0.1)
  91. rails-html-sanitizer (1.0.2)
  92. loofah (~> 2.0)
  93. railties (4.2.0)
  94. actionpack (= 4.2.0)
  95. activesupport (= 4.2.0)
  96. rake (>= 0.8.7)
  97. thor (>= 0.18.1, < 2.0)
  98. rake (10.4.2)
  99. slop (3.6.0)
  100. sprockets (2.12.3)
  101. hike (~> 1.2)
  102. multi_json (~> 1.0)
  103. rack (~> 1.0)
  104. tilt (~> 1.1, != 1.3.0)
  105. sprockets-rails (2.2.4)
  106. actionpack (>= 3.0)
  107. activesupport (>= 3.0)
  108. sprockets (>= 2.8, < 4.0)
  109. sqlite3 (1.3.10)
  110. thor (0.19.1)
  111. thread_safe (0.3.5)
  112. tilt (1.4.1)
  113. tzinfo (1.2.2)
  114. thread_safe (~> 0.1)
  115. uglifier (2.7.1)
  116. execjs (>= 0.3.0)
  117. json (>= 1.8.0)
  118. web-console (2.1.1)
  119. activemodel (>= 4.0)
  120. binding_of_caller (>= 0.7.2)
  121. railties (>= 4.0)
  122. sprockets-rails (>= 2.0, < 4.0)
  123. PLATFORMS
  124. ruby
  125. DEPENDENCIES
  126. byebug
  127. jquery-rails
  128. rails (= 4.2.0)
  129. sqlite3
  130. uglifier (>= 1.3.0)
  131. web-console (~> 2.0)