Skip to content

Commit

Permalink
Merge pull request #3242 from beefproject/dependabot/bundler/otr-acti…
Browse files Browse the repository at this point in the history
…verecord-2.5.0

Bump otr-activerecord from 2.4.0 to 2.5.0
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
2 parents de16310 + edfe6da commit 30236ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 30236ed

Please sign in to comment.