Locking otr-activerecord to version 2.1.2 until we

can fix the bugs with the later version
This commit is contained in:
Stephen
2023-10-30 18:28:08 +10:00
parent a6757bedd0
commit e0ff71a582

View File

@@ -22,7 +22,8 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
gem 'rubyzip', '~> 2.3' gem 'rubyzip', '~> 2.3'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.0' gem 'rake', '~> 13.0'
gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' # gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
gem 'otr-activerecord', '= 2.1.2'
gem 'sqlite3', '~> 1.6' gem 'sqlite3', '~> 1.6'
gem 'rubocop', '~> 1.57.0', require: false gem 'rubocop', '~> 1.57.0', require: false