diff --git a/Gemfile b/Gemfile index f80b341b6..50e4c7c2f 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'activerecord', '~> 7.0' -gem 'otr-activerecord', '~> 2.2.0' +gem 'otr-activerecord', '~> 2.4.0' gem 'sqlite3', '~> 1.4' gem 'rubocop', '~> 1.67.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b518734a7..48806126d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,8 +121,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - otr-activerecord (2.2.0) - activerecord (>= 4.0, < 7.2) + otr-activerecord (2.4.0) + activerecord (>= 6.0, < 7.3) hashie-forbidden_attributes (~> 0.1) parallel (1.26.3) parseconfig (1.1.2) @@ -287,7 +287,7 @@ DEPENDENCIES mime-types (~> 3.6) msfrpc-client (~> 1.1, >= 1.1.2) net-smtp - otr-activerecord (~> 2.2.0) + otr-activerecord (~> 2.4.0) parseconfig (~> 1.1, >= 1.1.2) pry-byebug (~> 3.10, >= 3.10.1) qr4r (~> 0.6.1)