Merge branch 'dependabot/bundler/otr-activerecord-2.2.0' of https://github.com/beefproject/beef into dependabot/bundler/otr-activerecord-2.2.0

This commit is contained in:
Stephen
2023-12-23 10:46:41 +10:00
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
gem 'rubyzip', '~> 2.3'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.0'
gem 'otr-activerecord', '~> 2.2'
# gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
gem 'otr-activerecord', '2.2.0'
gem 'sqlite3', '~> 1.6'
gem 'rubocop', '~> 1.57.0', require: false

View File

@@ -266,7 +266,7 @@ DEPENDENCIES
mime-types (~> 3.4, >= 3.4.1)
msfrpc-client (~> 1.1, >= 1.1.2)
net-smtp
otr-activerecord (~> 2.2)
otr-activerecord (= 2.2.0)
parseconfig (~> 1.1, >= 1.1.2)
pry-byebug (~> 3.10, >= 3.10.1)
qr4r (~> 0.6.1)