Skip to content

Instantly share code, notes, and snippets.

@wellington1993
Created November 12, 2018 20:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wellington1993/1134795824fb8dcc80daa6a99f41a1d0 to your computer and use it in GitHub Desktop.
Bundle update old redmine
repo:/home/vhosts/redmine # bundle install
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all
non-root users on this machine.
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`.
Your Gemfile lists the gem yard (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
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`.
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Installing rake 12.3.1
Installing concurrent-ruby 1.1.3
Installing i18n 0.9.5
Installing multi_json 1.13.1
Using activesupport 3.2.19
Using builder 3.0.4
Using activemodel 3.2.19
Using erubis 2.7.0
Using journey 1.0.4
Installing rack 1.4.7
Installing rack-cache 1.8.0
Installing rack-test 0.6.3
Using hike 1.2.3
Using tilt 1.4.1
Using sprockets 2.2.3
Using actionpack 3.2.19
Using mime-types 1.25.1
Using polyglot 0.3.5
Using treetop 1.4.15
Installing mail 2.5.5
Using actionmailer 3.2.19
Using arel 3.0.3
Installing tzinfo 0.3.55
Using activerecord 3.2.19
Using activeresource 3.2.19
Using rack-ssl 1.3.4
Installing json 1.8.6
Using rdoc 3.12.2
Installing thor 0.20.3
Using railties 3.2.19
Installing best_in_place 3.1.1
Installing coderay 1.1.2
Installing daemons 1.2.6
Installing eventmachine 1.2.7
Installing htmlentities 4.3.1
Installing jquery-rails 3.1.5
Installing jquery-ui-rails 6.0.1
Installing mini_portile2 2.3.0
Installing mysql2 0.3.21
Using net-ldap 0.3.1
Installing nokogiri 1.8.5
Using ruby-openid 2.3.0
Using rack-openid 1.4.2
Using bundler 1.9.5
Using rails 3.2.19
Installing rbpdf 1.18.7
Using redcarpet 2.3.0
Using request_store 1.0.5
Installing rmagick 2.16.0
Using strong_parameters 0.2.3
Installing thin 1.7.2
Bundle complete! 46 Gemfile dependencies, 51 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment