diff --git a/Gemfile b/Gemfile index b281e1aab5..f71b12153f 100644 --- a/Gemfile +++ b/Gemfile @@ -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') diff --git a/dotenv.example b/dotenv.example index ca6bbfa886..89cd16e922 100644 --- a/dotenv.example +++ b/dotenv.example @@ -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"