Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.31 KB | None | 0 0
  1. redmine@redmine:~/redmine$ bundle install --without development test postgresql sqlite
  2. Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
  3.  
  4. [!] There was an error parsing `Gemfile`:
  5. [!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
  6. You specified: redcarpet (~> 3.3.2) and redcarpet (~> 3.1.2). Bundler cannot continue.
  7.  
  8.  #  from /opt/redmine/redmine-3.2.0/plugins/redmine_git_hosting/Gemfile:9
  9.  #  -------------------------------------------
  10.  #  gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4'
  11.  >  gem 'redcarpet', '~> 3.1.2'
  12.  #
  13.  #  -------------------------------------------
  14. . Bundler cannot continue.
  15.  
  16.  #  from /opt/redmine/redmine-3.2.0/Gemfile:110
  17.  #  -------------------------------------------
  18.  #  Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
  19.  >    eval_gemfile file
  20.  #  end
  21.  #  -------------------------------------------
  22. redmine@redmine:~/redmine$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement