Advertisement
Guest User

Ruby Error

a guest
May 29th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. helios new hexadecimal
  2. create .env
  3. create .gitignore
  4. create config.ru
  5. create Gemfile
  6. create Procfile
  7. create README.md
  8. run bundle install
  9. Fetching gem metadata from https://rubygems.org/.........
  10. Fetching version metadata from https://rubygems.org/...
  11. Fetching dependency metadata from https://rubygems.org/..
  12. Resolving dependencies..............
  13. Using CFPropertyList 2.3.1
  14. Using i18n 0.7.0
  15. Using json 1.8.2
  16. Using minitest 5.7.0
  17. Using thread_safe 0.3.5
  18. Using tzinfo 1.2.2
  19. Using activesupport 4.2.1
  20. Using backports 3.6.4
  21. Using builder 3.2.2
  22. Using chunky_png 1.3.4
  23. Using coffee-script-source 1.9.1.1
  24. Using execjs 2.5.2
  25. Using coffee-script 2.4.1
  26. Using highline 1.7.2
  27. Using commander 4.3.4
  28. Using fssm 0.2.10
  29. Using sass 3.2.19
  30. Using compass 0.12.7
  31. Using mini_portile 0.6.2
  32. Using nokogiri 1.6.6.2
  33. Using core_data 0.1.2
  34. Using excon 0.45.3
  35. Using fission 0.5.0
  36. Using formatador 0.2.5
  37. Using mime-types 2.6.1
  38. Using net-ssh 2.9.2
  39. Using net-scp 1.2.1
  40. Using fog-core 1.30.0
  41. Using fog-xml 0.1.2
  42. Using fog-atmos 0.1.0
  43. Using multi_json 1.11.0
  44. Using fog-json 1.0.1
  45. Using ipaddress 0.8.0
  46. Using fog-aws 0.4.0
  47. Using inflecto 0.0.2
  48. Using fog-brightbox 0.7.1
  49. Using fog-ecloud 0.1.1
  50. Using fog-google 0.0.5
  51. Using fog-local 0.2.1
  52. Using fog-powerdns 0.1.1
  53. Using fog-profitbricks 0.0.2
  54. Using fog-radosgw 0.0.4
  55. Using fog-riakcs 0.1.0
  56. Using fog-sakuracloud 1.0.1
  57. Using fog-serverlove 0.1.2
  58. Using fog-softlayer 0.4.6
  59. Using fog-storm_on_demand 0.1.1
  60. Using fog-terremark 0.1.0
  61. Using fog-vmfusion 0.1.0
  62. Using fog-voxel 0.1.0
  63. Using fog 1.30.0
  64. Using thor 0.19.1
  65. Using foreman 0.78.0
  66. Using tilt 1.4.1
  67. Using haml 4.0.6
  68. Using houston 2.2.3
  69. Using pg 0.18.2
  70. Using rack 1.6.1
  71. Using rack-contrib 1.2.0
  72. Using sequel 3.48.0
  73. Using rack-protection 1.5.3
  74. Using sinatra 1.4.6
  75. Using terminal-table 1.4.5
  76. Using venice 0.2.0
  77. Using rack-in-app-purchase 0.1.1
  78. Using plist 3.1.0
  79. Using rack-newsstand 0.1.2
  80. Using rack-passbook 0.2.0
  81. Using sinatra-param 0.1.3
  82. Using rack-push-notification 0.5.3
  83. Using rack-test 0.6.3
  84. Using sinatra-contrib 1.4.2
  85. Using rack-scaffold 0.2.0
  86. Using rails-database-url 1.0.0
  87. Using jsmin 1.0.1
  88. Using sinatra-assetpack 0.2.3
  89. Using sinatra-backbone 0.1.1
  90. Using sinatra-support 1.2.2
  91. Using zurb-foundation 4.1.2
  92. Using helios 0.4.1
  93. Using kgio 2.9.3
  94. Using raindrops 0.13.0
  95. Using unicorn 4.9.0
  96. Using bundler 1.10.1
  97. Bundle complete! 3 Gemfile dependencies, 84 gems now installed.
  98. Use `bundle show [gemname]` to see where a bundled gem is installed.
  99. run git init
  100. Initialized empty Git repository in /Volumes/Data/Web/Heroku/hexadecimal/.git/
  101. [master (root-commit) 5b80308] Initial Commit
  102. 7 files changed, 321 insertions(+)
  103. create mode 100644 .env
  104. create mode 100644 .gitignore
  105. create mode 100644 Gemfile
  106. create mode 100644 Gemfile.lock
  107. create mode 100644 Procfile
  108. create mode 100644 README.md
  109. create mode 100644 config.ru
  110. /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:121:in `require': cannot load such file -- dotenv (LoadError)
  111. from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:121:in `require'
  112. from /Library/Ruby/Gems/2.0.0/gems/helios-0.4.1/lib/helios/commands/server.rb:1:in `<top (required)>'
  113. from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:69:in `require'
  114. from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:69:in `require'
  115. from /Library/Ruby/Gems/2.0.0/gems/helios-0.4.1/lib/helios/commands.rb:4:in `<top (required)>'
  116. from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:69:in `require'
  117. from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:69:in `require'
  118. from /Library/Ruby/Gems/2.0.0/gems/helios-0.4.1/bin/helios:20:in `<top (required)>'
  119. from /usr/bin/helios:23:in `load'
  120. from /usr/bin/helios:23:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement