Guest User

Untitled

a guest
Aug 9th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. linecache19 error on push to Heroku
  2. gem 'ruby-debug19', :require => 'ruby-debug'
  3.  
  4. An error occurred while installing linecache19 (0.5.12), and Bundler cannot continue.
  5. Make sure that `gem install linecache19 -v '0.5.12'` succeeds before bundling.
  6.  
  7. ! Failed to install gems via Bundler.
  8.  
  9. ! Heroku push rejected, failed to compile Ruby/rails app
  10.  
  11. specs:
  12. activeadmin (0.4.3)
  13. bourbon (>= 1.0.0)
  14. devise (>= 1.1.2)
  15. fastercsv
  16. formtastic (>= 2.0.0)
  17. inherited_resources (> 0)
  18. jquery-rails (>= 1.0.0)
  19. kaminari (>= 0.13.0)
  20. meta_search (>= 0.9.2)
  21. rails (>= 3.0.0)
  22. sass (>= 3.1.0)
  23.  
  24. GEM
  25. remote: https://rubygems.org/
  26. specs:
  27. actionmailer (3.2.1)
  28. actionpack (= 3.2.1)
  29. mail (~> 2.4.0)
  30. actionpack (3.2.1)
  31. activemodel (= 3.2.1)
  32. activesupport (= 3.2.1)
  33. builder (~> 3.0.0)
  34. erubis (~> 2.7.0)
  35. journey (~> 1.0.1)
  36. rack (~> 1.4.0)
  37. rack-cache (~> 1.1)
  38. rack-test (~> 0.6.1)
  39. sprockets (~> 2.1.2)
  40. activemodel (3.2.1)
  41. activesupport (= 3.2.1)
  42. builder (~> 3.0.0)
  43. activerecord (3.2.1)
  44. activemodel (= 3.2.1)
  45. activesupport (= 3.2.1)
  46. arel (~> 3.0.0)
  47. tzinfo (~> 0.3.29)
  48. activeresource (3.2.1)
  49. activemodel (= 3.2.1)
  50. activesupport (= 3.2.1)
  51. activesupport (3.2.1)
  52. i18n (~> 0.6)
  53. multi_json (~> 1.0)
  54. arel (3.0.0)
  55. bcrypt-ruby (3.0.1)
  56. bourbon (1.4.0)
  57. sass (>= 3.1)
  58. builder (3.0.0)
  59. coffee-rails (3.2.2)
  60. coffee-script (>= 2.2.0)
  61. railties (~> 3.2.0)
  62. coffee-script (2.2.0)
  63. coffee-script-source
  64. execjs
  65. coffee-script-source (1.2.0)
  66. commonjs (0.2.6)
  67. devise (2.0.0)
  68. bcrypt-ruby (~> 3.0)
  69. orm_adapter (~> 0.0.3)
  70. railties (~> 3.1)
  71. warden (~> 1.1)
  72. erubis (2.7.0)
  73. execjs (1.3.0)
  74. multi_json (~> 1.0)
  75. fastercsv (1.5.4)
  76. foreigner (1.1.2)
  77. activerecord (>= 3.0.0)
  78. formtastic (2.1.1)
  79. actionpack (~> 3.0)
  80. has_scope (0.5.1)
  81. hike (1.2.1)
  82. i18n (0.6.0)
  83. inherited_resources (1.3.1)
  84. has_scope (~> 0.5.0)
  85. responders (~> 0.6)
  86. journey (1.0.1)
  87. jquery-rails (2.0.0)
  88. railties (>= 3.2.0.beta, < 5.0)
  89. thor (~> 0.14)
  90. json (1.6.5)
  91. kaminari (0.13.0)
  92. actionpack (>= 3.0.0)
  93. activesupport (>= 3.0.0)
  94. railties (>= 3.0.0)
  95. less (2.2.1)
  96. commonjs (~> 0.2.6)
  97. less-rails (2.2.3)
  98. actionpack (>= 3.1)
  99. less (~> 2.2.0)
  100. libv8 (3.3.10.4)
  101. macaddr (1.5.0)
  102. systemu (>= 2.4.0)
  103. mail (2.4.1)
  104. i18n (>= 0.4.0)
  105. mime-types (~> 1.16)
  106. treetop (~> 1.4.8)
  107. meta_search (1.1.3)
  108. actionpack (~> 3.1)
  109. activerecord (~> 3.1)
  110. activesupport (~> 3.1)
  111. polyamorous (~> 0.5.0)
  112. mime-types (1.17.2)
  113. multi_json (1.0.4)
  114. orm_adapter (0.0.6)
  115. pg (0.12.2)
  116. polyamorous (0.5.0)
  117. activerecord (~> 3.0)
  118. polyglot (0.3.3)
  119. rack (1.4.1)
  120. rack-cache (1.1)
  121. rack (>= 0.4)
  122. rack-ssl (1.3.2)
  123. rack
  124. rack-test (0.6.1)
  125. rack (>= 1.0)
  126. rails (3.2.1)
  127. actionmailer (= 3.2.1)
  128. actionpack (= 3.2.1)
  129. activerecord (= 3.2.1)
  130. activeresource (= 3.2.1)
  131. activesupport (= 3.2.1)
  132. bundler (~> 1.0)
  133. railties (= 3.2.1)
  134. railties (3.2.1)
  135. actionpack (= 3.2.1)
  136. activesupport (= 3.2.1)
  137. rack-ssl (~> 1.3.2)
  138. rake (>= 0.8.7)
  139. rdoc (~> 3.4)
  140. thor (~> 0.14.6)
  141. rake (0.9.2.2)
  142. rdoc (3.12)
  143. json (~> 1.4)
  144. responders (0.9.0)
  145. railties (~> 3.1)
  146. sass (3.1.14)
  147. sass-rails (3.2.4)
  148. railties (~> 3.2.0)
  149. sass (>= 3.1.10)
  150. tilt (~> 1.3)
  151. sprockets (2.1.2)
  152. hike (~> 1.2)
  153. rack (~> 1.0)
  154. tilt (~> 1.1, != 1.3.0)
  155. systemu (2.4.2)
  156. therubyracer (0.10.1)
  157. libv8 (~> 3.3.10)
  158. thor (0.14.6)
  159. tilt (1.3.3)
  160. treetop (1.4.10)
  161. polyglot
  162. polyglot (>= 0.3.1)
  163. twitter-bootstrap-rails (2.1.1)
  164. actionpack (>= 3.1)
  165. less-rails (~> 2.2.2)
  166. railties (>= 3.1)
  167. therubyracer (= 0.10.1)
  168. tzinfo (0.3.31)
  169. uglifier (1.2.3)
  170. execjs (>= 0.3.0)
  171. multi_json (>= 1.0.2)
  172. uuid (2.3.5)
  173. macaddr (~> 1.0)
  174. warden (1.1.0)
  175. rack (>= 1.0)
  176.  
  177. PLATFORMS
  178. ruby
  179.  
  180. DEPENDENCIES
  181. activeadmin!
  182. coffee-rails (~> 3.2.1)
  183. devise (= 2.0.0)
  184. foreigner
  185. jquery-rails (>= 1.0.12)
  186. pg
  187. rails (= 3.2.1)
  188. sass-rails (~> 3.2.3)
  189. twitter-bootstrap-rails
  190. uglifier (>= 1.0.3)
  191. uuid
  192.  
  193. group :development do
  194. gem "ruby-debug-base19x"
  195. end
Advertisement
Add Comment
Please, Sign In to add comment