diff --git a/Gemfile b/Gemfile index 5d74c5859..60252d02c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,8 @@ gem 'term-ansicolor', :require => 'term/ansicolor' gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.0' -gem 'otr-activerecord', '~> 2.2' +# gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' +gem 'otr-activerecord', '2.2.0' gem 'sqlite3', '~> 1.6' gem 'rubocop', '~> 1.57.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b6824dd18..50324f6e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,7 +266,7 @@ DEPENDENCIES mime-types (~> 3.4, >= 3.4.1) msfrpc-client (~> 1.1, >= 1.1.2) net-smtp - otr-activerecord (~> 2.2) + otr-activerecord (= 2.2.0) parseconfig (~> 1.1, >= 1.1.2) pry-byebug (~> 3.10, >= 3.10.1) qr4r (~> 0.6.1)