Use version range instead of OSEM_RUBY_VERSION
This commit is contained in:
parent
e6f3aa559e
commit
8eb696bb4a
2 changed files with 1 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.0'
|
ruby '~> 2.5.0'
|
||||||
|
|
||||||
# rails-assets requires >= 1.8.4
|
# rails-assets requires >= 1.8.4
|
||||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||||
|
|
|
||||||
|
|
@ -32,9 +32,6 @@
|
||||||
# OSEM_MEMCACHED_USERNAME='root'
|
# OSEM_MEMCACHED_USERNAME='root'
|
||||||
# OSEM_MEMCACHED_PASSWORD='1234'
|
# OSEM_MEMCACHED_PASSWORD='1234'
|
||||||
|
|
||||||
# The ruby version to use
|
|
||||||
# OSEM_RUBY_VERSION=2.5.0
|
|
||||||
|
|
||||||
# What time is it?
|
# What time is it?
|
||||||
# OSEM_TIME_ZONE="UTC"
|
# OSEM_TIME_ZONE="UTC"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue