Merge pull request #3441 from beefproject/dependabot/bundler/otr-activerecord-2.6.0

Bump otr-activerecord from 2.5.0 to 2.6.0
This commit is contained in:
github-actions[bot]
2025-11-11 13:05:36 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ gem 'rubyzip', '~> 3.2'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.3' gem 'rake', '~> 13.3'
gem 'activerecord', '~> 8.0' gem 'activerecord', '~> 8.0'
gem 'otr-activerecord', '~> 2.5.0' gem 'otr-activerecord', '~> 2.6.0'
gem 'sqlite3', '~> 2.8' gem 'sqlite3', '~> 2.8'
gem 'rubocop', '~> 1.81.7', require: false gem 'rubocop', '~> 1.81.7', require: false

View File

@@ -100,7 +100,7 @@ GEM
mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0902) mime-types-data (3.2025.0902)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.26.0) minitest (5.26.1)
mojo_magick (0.6.8) mojo_magick (0.6.8)
msfrpc-client (1.1.2) msfrpc-client (1.1.2)
msgpack (~> 1) msgpack (~> 1)
@@ -129,8 +129,8 @@ GEM
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-musl) nokogiri (1.18.9-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
otr-activerecord (2.5.0) otr-activerecord (2.6.0)
activerecord (>= 6.0, < 8.1) activerecord (>= 6.0, < 9.0)
parallel (1.27.0) parallel (1.27.0)
parseconfig (1.1.2) parseconfig (1.1.2)
parser (3.3.10.0) parser (3.3.10.0)
@@ -278,7 +278,7 @@ GEM
unicode-display_width (3.2.0) unicode-display_width (3.2.0)
unicode-emoji (~> 4.1) unicode-emoji (~> 4.1)
unicode-emoji (4.1.0) unicode-emoji (4.1.0)
uri (1.0.4) uri (1.1.1)
webrick (1.9.1) webrick (1.9.1)
websocket (1.2.11) websocket (1.2.11)
websocket-client-simple (0.6.1) websocket-client-simple (0.6.1)
@@ -319,7 +319,7 @@ DEPENDENCIES
mime-types (~> 3.7) mime-types (~> 3.7)
msfrpc-client (~> 1.1, >= 1.1.2) msfrpc-client (~> 1.1, >= 1.1.2)
net-smtp net-smtp
otr-activerecord (~> 2.5.0) otr-activerecord (~> 2.6.0)
parseconfig (~> 1.1, >= 1.1.2) parseconfig (~> 1.1, >= 1.1.2)
pry-byebug (~> 3.11) pry-byebug (~> 3.11)
qr4r (~> 0.6.1) qr4r (~> 0.6.1)