diff --git a/Gemfile b/Gemfile index a2fb9c60f0..8aecfaa16c 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.2' -gem 'otr-activerecord', '~> 2.4.0' +gem 'otr-activerecord', '~> 2.5.0' gem 'sqlite3', '~> 2.4' gem 'rubocop', '~> 1.69.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6de39f23ff..912813060b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,9 +74,6 @@ GEM fiber-storage (1.0.0) geckodriver-helper (0.24.0) archive-zip (~> 0.7) - hashie (5.0.0) - hashie-forbidden_attributes (0.1.1) - hashie (>= 3.0) http-accept (1.7.0) http-cookie (1.0.7) domain_name (~> 0.5) @@ -124,9 +121,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - otr-activerecord (2.4.0) - activerecord (>= 6.0, < 7.3) - hashie-forbidden_attributes (~> 0.1) + otr-activerecord (2.5.0) + activerecord (>= 6.0, < 8.1) parallel (1.26.3) parseconfig (1.1.2) parser (3.3.6.0) @@ -294,7 +290,7 @@ DEPENDENCIES mime-types (~> 3.6) msfrpc-client (~> 1.1, >= 1.1.2) net-smtp - otr-activerecord (~> 2.4.0) + otr-activerecord (~> 2.5.0) parseconfig (~> 1.1, >= 1.1.2) pry-byebug (~> 3.10, >= 3.10.1) qr4r (~> 0.6.1)