diff --git a/Gemfile b/Gemfile index 76355a0586..b232c53035 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor' gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' -gem 'otr-activerecord', '~> 2.2.0' +gem 'otr-activerecord', '~> 2.4.0' gem 'sqlite3', '~> 1.4' gem 'rubocop', '~> 1.66.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1e750f2241..5f079519a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM http-cookie (1.0.7) domain_name (~> 0.5) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) io-like (0.3.1) @@ -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) @@ -286,7 +286,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)