Advertisement
Guest User

Untitled

a guest
May 2nd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. Resolving dependencies.......................
  2. Bundler could not find compatible versions for gem "railties":
  3. In snapshot (Gemfile.lock):
  4. railties (= 5.1.0)
  5.  
  6. In Gemfile:
  7. coffee-rails (~> 4.2) was resolved to 4.2.1, which depends on
  8. railties (< 5.2.x, >= 4.0.0)
  9.  
  10. devise-guests (~> 0.5) was resolved to 0.5.0, which depends on
  11. devise was resolved to 4.2.1, which depends on
  12. railties (< 5.1, >= 4.1.0)
  13.  
  14. hydra-role-management was resolved to 0.2.2, which depends on
  15. blacklight was resolved to 6.9.0, which depends on
  16. twitter-typeahead-rails (= 0.11.1.pre.corejavascript) was resolved to
  17. 0.11.1.pre.corejavascript, which depends on
  18. jquery-rails was resolved to 4.3.1, which depends on
  19. railties (>= 4.2.0)
  20.  
  21. engine_cart was resolved to 1.1.0, which depends on
  22. rails was resolved to 5.1.0, which depends on
  23. railties (= 5.1.0)
  24.  
  25. devise-guests (~> 0.5) was resolved to 0.5.0, which depends on
  26. devise was resolved to 4.2.1, which depends on
  27. responders was resolved to 2.4.0, which depends on
  28. railties (< 5.3, >= 4.2.0)
  29.  
  30. rspec-rails was resolved to 3.5.2, which depends on
  31. railties (>= 3.0)
  32.  
  33. sass-rails (~> 5.0) was resolved to 5.0.6, which depends on
  34. railties (< 6, >= 4.0.0)
  35.  
  36. hydra-role-management was resolved to 0.2.2, which depends on
  37. blacklight was resolved to 6.9.0, which depends on
  38. twitter-typeahead-rails (= 0.11.1.pre.corejavascript) was resolved to
  39. 0.11.1.pre.corejavascript, which depends on
  40. railties (>= 3.1)
  41.  
  42. web-console (>= 3.3.0) was resolved to 3.5.0, which depends on
  43. railties (>= 5.0)
  44.  
  45. Running `bundle update` will rebuild your snapshot from scratch, using only
  46. the gems in your Gemfile, which may resolve the conflict.
  47. generate devise:install
  48. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  49. Run `bundle install` to install missing gems.
  50. generate devise
  51. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  52. Run `bundle install` to install missing gems.
  53. generate devise_guests
  54. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  55. Run `bundle install` to install missing gems.
  56. insert app/models/user.rb
  57. /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/actions/inject_into_file.rb:95:in `binread': No such file or directory @ rb_sysopen - /Users/elr37/Documents/__DEVELOPMENT__/MANN_PROJECTS/Exploration/hydra-role-management/.internal_test_app/app/models/user.rb (Errno::ENOENT)
  58. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/actions/inject_into_file.rb:95:in `replace!'
  59. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/actions/inject_into_file.rb:56:in `invoke!'
  60. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/actions.rb:95:in `action'
  61. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/actions/inject_into_file.rb:27:in `insert_into_file'
  62. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/blacklight-6.9.0/lib/generators/blacklight/user_generator.rb:34:in `generate_devise_assets'
  63. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'
  64. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'
  65. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:133:in `block in invoke_all'
  66. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:133:in `each'
  67. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:133:in `map'
  68. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:133:in `invoke_all'
  69. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/group.rb:232:in `dispatch'
  70. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/base.rb:444:in `start'
  71. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/railties-5.1.0/lib/rails/generators.rb:269:in `invoke'
  72. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/railties-5.1.0/lib/rails/commands/generate/generate_command.rb:24:in `perform'
  73. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'
  74. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'
  75. from /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch'
  76. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/railties-5.1.0/lib/rails/command/base.rb:63:in `perform'
  77. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/railties-5.1.0/lib/rails/command.rb:44:in `invoke'
  78. from /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/railties-5.1.0/lib/rails/commands.rb:16:in `<top (required)>'
  79. from bin/rails:4:in `require'
  80. from bin/rails:4:in `<main>'
  81. generate blacklight:controller
  82. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  83. Run `bundle install` to install missing gems.
  84. route root to: "catalog#index"
  85. insert config/application.rb
  86. create config/locales/blacklight.en.yml
  87. route mount Blacklight::Engine => '/'
  88. warning GENERATING Ability
  89. generate cancan:ability
  90. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  91. Run `bundle install` to install missing gems.
  92. warning GENERATING ROLES
  93. generate roles
  94. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  95. Run `bundle install` to install missing gems.
  96. Could not find "lib/tasks/rspec.rake" in any of your source paths. Your current source paths are:
  97. /Users/elr37/Documents/__DEVELOPMENT__/MANN_PROJECTS/Exploration/hydra-role-management/test_app_templates
  98. Could not find gem 'devise' in any of the gem sources listed in your Gemfile or available on this machine.
  99. Run `bundle install` to install missing gems.
  100. rake aborted!
  101. EngineCart failed on with: pid 6379 exit 7
  102. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:103:in `block (3 levels) in <top (required)>'
  103. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:134:in `block (2 levels) in within_test_app'
  104. /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/bundler-1.13.7/lib/bundler.rb:249:in `block in with_clean_env'
  105. /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/bundler-1.13.7/lib/bundler.rb:468:in `with_env'
  106. /Users/elr37/.rvm/gems/ruby-2.3.1@global/gems/bundler-1.13.7/lib/bundler.rb:249:in `with_clean_env'
  107. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:133:in `block in within_test_app'
  108. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:132:in `chdir'
  109. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:132:in `within_test_app'
  110. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/engine_cart-1.1.0/lib/engine_cart/tasks/engine_cart.rake:99:in `block (2 levels) in <top (required)>'
  111. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
  112. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/bin/ruby_executable_hooks:15:in `eval'
  113. /Users/elr37/.rvm/gems/ruby-2.3.1@hrm-2017-05-02/bin/ruby_executable_hooks:15:in `<main>'
  114. Tasks: TOP => engine_cart:generate
  115. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement