From 8eb696bb4a0057c102a7aece70d329b7a81e6f44 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Mon, 16 Mar 2020 16:05:00 -0700 Subject: [PATCH] Use version range instead of OSEM_RUBY_VERSION --- Gemfile | 2 +- dotenv.example | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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"