Setup a more recent ruby version

2.5.0 has been released since 8 months now...
This commit is contained in:
Henne Vogelsang 2018-09-04 21:25:53 +02:00
parent fb2612ecaf
commit cf961b1b80
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
6 changed files with 10 additions and 3 deletions

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org'
# ruby '2.4'
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.0'
# rails-assets requires >= 1.8.4
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')