Bump otr-activerecord from 2.5.0 to 2.6.0
Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhollinger/otr-activerecord/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: otr-activerecord dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
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
|
||||
|
||||
|
||||
10
Gemfile.lock
10
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)
|
||||
|
||||
Reference in New Issue
Block a user