Skip to content

Commit d94b891

Browse files
Bump otr-activerecord from 2.4.0 to 2.5.0
Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md) - [Commits](jhollinger/otr-activerecord@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: otr-activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8915c2f commit d94b891

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
25-
gem 'otr-activerecord', '~> 2.4.0'
25+
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.4'
2727
gem 'rubocop', '~> 1.69.2', require: false
2828

Gemfile.lock

+3-7
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ GEM
7474
fiber-storage (1.0.0)
7575
geckodriver-helper (0.24.0)
7676
archive-zip (~> 0.7)
77-
hashie (5.0.0)
78-
hashie-forbidden_attributes (0.1.1)
79-
hashie (>= 3.0)
8077
http-accept (1.7.0)
8178
http-cookie (1.0.7)
8279
domain_name (~> 0.5)
@@ -124,9 +121,8 @@ GEM
124121
racc (~> 1.4)
125122
nokogiri (1.16.7-x86_64-linux)
126123
racc (~> 1.4)
127-
otr-activerecord (2.4.0)
128-
activerecord (>= 6.0, < 7.3)
129-
hashie-forbidden_attributes (~> 0.1)
124+
otr-activerecord (2.5.0)
125+
activerecord (>= 6.0, < 8.1)
130126
parallel (1.26.3)
131127
parseconfig (1.1.2)
132128
parser (3.3.6.0)
@@ -294,7 +290,7 @@ DEPENDENCIES
294290
mime-types (~> 3.6)
295291
msfrpc-client (~> 1.1, >= 1.1.2)
296292
net-smtp
297-
otr-activerecord (~> 2.4.0)
293+
otr-activerecord (~> 2.5.0)
298294
parseconfig (~> 1.1, >= 1.1.2)
299295
pry-byebug (~> 3.10, >= 3.10.1)
300296
qr4r (~> 0.6.1)

0 commit comments

Comments
 (0)