From ee242441cedd58b8258417d29e55c8b11361ef54 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Dec 2019 04:09:09 +0000 Subject: [PATCH] ACTIVE RECORD --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2acb15ecb..1bc558daf 100644 --- a/Gemfile +++ b/Gemfile @@ -22,8 +22,9 @@ gem 'rubyzip', '>= 1.2.2' gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice gem 'nokogiri', '>= 1.10.4' gem 'rake' - -gem 'otr-activerecord' +#ruby 2.4 isnt compatible with a higher version of active-record +gem 'activerecord' ,'~> 5.2.4' +gem 'otr-activerecord' gem 'sqlite3' # Geolocation support