Merge pull request #3242 from beefproject/dependabot/bundler/otr-activerecord-2.5.0

Bump otr-activerecord from 2.4.0 to 2.5.0
This commit is contained in:
github-actions[bot]
2024-12-22 23:43:25 +00:00
committed by GitHub
2 changed files with 4 additions and 8 deletions

View File

@@ -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

View File

@@ -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)