diaspora/script/ci/before_install.sh
Jonne Haß 1b70f6fe09 Replace .rvmrc by .ruby-version
Also relax the requirement. The .ruby-version represents
merely a recomendation for the Ruby version. The incompability
issues in the Ruby world are far less currently, than they were
when we introduced strict version enforcement. Thus strict
enforcement is no longer appropiate. Same holds for RubyGems.

This implicity also removes the recomendation on using RVM.
The .ruby-version file is supported by all major Ruby version
managers. Gemsets are no longer a needed feature since Bundler
handles multiple concurrrently installed Gems just well.
2014-03-24 15:33:29 +01:00

4 lines
96 B
Bash
Executable file

#!/bin/sh
# Travis CI still includes 1.2.x by default
gem install bundler --version '>= 1.3.4'