Locking otr-activerecord to version 2.1.2 until we
can fix the bugs with the later version
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user