[root@dti-vps-xxxxxx redmine]# nl /var/lib/redmine/Gemfile | head
1 source 'http://rubygems.org'
2 if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
3 abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
4 end
5 gem "rails", "4.2.8"
6 gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
7 if RUBY_VERSION < "2.1"
8 gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5")
[root@dti-vps-xxxxxx redmine]#
[root@dti-vps-xxxxxx redmine]# bundle install --without development test --path vendor/bundle
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.
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
Could not load OpenSSL.
You must recompile Ruby with OpenSSL support or change the sources in your
Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL using
RVM are available at http://rvm.io/packages/openssl.
[root@dti-vps-xxxxxx redmine]#