Use version range instead of OSEM_RUBY_VERSION

This commit is contained in:
Andrew Kvalheim 2020-03-16 16:05:00 -07:00
parent e6f3aa559e
commit 8eb696bb4a
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -32,9 +32,6 @@
# OSEM_MEMCACHED_USERNAME='root'
# OSEM_MEMCACHED_PASSWORD='1234'
# The ruby version to use
# OSEM_RUBY_VERSION=2.5.0
# What time is it?
# OSEM_TIME_ZONE="UTC"