diff --git a/Gemfile b/Gemfile index c0508b91e..009dce848 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 3.2' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.3' gem 'activerecord', '~> 8.0' -gem 'otr-activerecord', '~> 2.5.0' +gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.8' gem 'rubocop', '~> 1.81.7', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d08ae6cb9..8670277f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (3.2025.0902) mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.26.1) mojo_magick (0.6.8) msfrpc-client (1.1.2) msgpack (~> 1) @@ -129,8 +129,8 @@ GEM racc (~> 1.4) nokogiri (1.18.9-x86_64-linux-musl) racc (~> 1.4) - otr-activerecord (2.5.0) - activerecord (>= 6.0, < 8.1) + otr-activerecord (2.6.0) + activerecord (>= 6.0, < 9.0) parallel (1.27.0) parseconfig (1.1.2) parser (3.3.10.0) @@ -278,7 +278,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.1) webrick (1.9.1) websocket (1.2.11) websocket-client-simple (0.6.1) @@ -319,7 +319,7 @@ DEPENDENCIES mime-types (~> 3.7) msfrpc-client (~> 1.1, >= 1.1.2) net-smtp - otr-activerecord (~> 2.5.0) + otr-activerecord (~> 2.6.0) parseconfig (~> 1.1, >= 1.1.2) pry-byebug (~> 3.11) qr4r (~> 0.6.1)