Merge #​2646 "Use version range instead of OSEM_RUBY_VERSION."

This commit is contained in:
Andrew Kvalheim 2020-06-26 20:19:10 -07:00
commit dd40243fbf
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"