Skip to content

Commit e01b709

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 e1e381e commit e01b709

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
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.68.0', require: false
2828

Gemfile.lock

+8-12
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
async-io (1.43.2)
3535
async
3636
base64 (0.2.0)
37-
benchmark (0.3.0)
37+
benchmark (0.4.0)
3838
bigdecimal (3.1.8)
3939
browserstack-local (1.4.3)
4040
byebug (11.1.3)
@@ -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)
@@ -90,7 +87,7 @@ GEM
9087
reline (>= 0.4.2)
9188
json (2.9.1)
9289
language_server-protocol (3.17.0.3)
93-
logger (1.6.1)
90+
logger (1.6.4)
9491
matrix (0.4.2)
9592
maxmind-db (1.2.0)
9693
method_source (1.1.0)
@@ -99,7 +96,7 @@ GEM
9996
mime-types-data (~> 3.2015)
10097
mime-types-data (3.2024.1001)
10198
mini_mime (1.1.5)
102-
minitest (5.25.1)
99+
minitest (5.25.4)
103100
mojo_magick (0.6.8)
104101
msfrpc-client (1.1.2)
105102
msgpack (~> 1)
@@ -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.5.1)
@@ -199,7 +195,7 @@ GEM
199195
rushover (0.3.0)
200196
json
201197
rest-client
202-
securerandom (0.3.1)
198+
securerandom (0.4.1)
203199
selenium-webdriver (4.27.0)
204200
base64 (~> 0.2)
205201
logger (~> 1.4)
@@ -244,7 +240,7 @@ GEM
244240
eventmachine (~> 1.0, >= 1.0.4)
245241
rack (>= 1, < 3)
246242
tilt (2.4.0)
247-
timeout (0.4.1)
243+
timeout (0.4.3)
248244
timers (4.3.5)
249245
tins (1.37.0)
250246
bigdecimal
@@ -292,7 +288,7 @@ DEPENDENCIES
292288
mime-types (~> 3.6)
293289
msfrpc-client (~> 1.1, >= 1.1.2)
294290
net-smtp
295-
otr-activerecord (~> 2.4.0)
291+
otr-activerecord (~> 2.5.0)
296292
parseconfig (~> 1.1, >= 1.1.2)
297293
pry-byebug (~> 3.10, >= 3.10.1)
298294
qr4r (~> 0.6.1)

0 commit comments

Comments
 (0)