Skip to content

Commit 7ae2048

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 aa52603 commit 7ae2048

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.2'
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)
@@ -73,9 +73,6 @@ GEM
7373
fiber-storage (1.0.0)
7474
geckodriver-helper (0.24.0)
7575
archive-zip (~> 0.7)
76-
hashie (5.0.0)
77-
hashie-forbidden_attributes (0.1.1)
78-
hashie (>= 3.0)
7976
http-accept (1.7.0)
8077
http-cookie (1.0.7)
8178
domain_name (~> 0.5)
@@ -89,7 +86,7 @@ GEM
8986
reline (>= 0.4.2)
9087
json (2.8.2)
9188
language_server-protocol (3.17.0.3)
92-
logger (1.6.1)
89+
logger (1.6.3)
9390
matrix (0.4.2)
9491
maxmind-db (1.2.0)
9592
method_source (1.1.0)
@@ -98,7 +95,7 @@ GEM
9895
mime-types-data (~> 3.2015)
9996
mime-types-data (3.2024.1001)
10097
mini_mime (1.1.5)
101-
minitest (5.25.1)
98+
minitest (5.25.4)
10299
mojo_magick (0.6.8)
103100
msfrpc-client (1.1.2)
104101
msgpack (~> 1)
@@ -123,9 +120,8 @@ GEM
123120
racc (~> 1.4)
124121
nokogiri (1.16.7-x86_64-linux)
125122
racc (~> 1.4)
126-
otr-activerecord (2.4.0)
127-
activerecord (>= 6.0, < 7.3)
128-
hashie-forbidden_attributes (~> 0.1)
123+
otr-activerecord (2.5.0)
124+
activerecord (>= 6.0, < 8.1)
129125
parallel (1.26.3)
130126
parseconfig (1.1.2)
131127
parser (3.3.5.1)
@@ -197,7 +193,7 @@ GEM
197193
rushover (0.3.0)
198194
json
199195
rest-client
200-
securerandom (0.3.1)
196+
securerandom (0.4.1)
201197
selenium-webdriver (4.27.0)
202198
base64 (~> 0.2)
203199
logger (~> 1.4)
@@ -242,7 +238,7 @@ GEM
242238
eventmachine (~> 1.0, >= 1.0.4)
243239
rack (>= 1, < 3)
244240
tilt (2.4.0)
245-
timeout (0.4.1)
241+
timeout (0.4.3)
246242
timers (4.3.5)
247243
tins (1.37.0)
248244
bigdecimal
@@ -290,7 +286,7 @@ DEPENDENCIES
290286
mime-types (~> 3.6)
291287
msfrpc-client (~> 1.1, >= 1.1.2)
292288
net-smtp
293-
otr-activerecord (~> 2.4.0)
289+
otr-activerecord (~> 2.5.0)
294290
parseconfig (~> 1.1, >= 1.1.2)
295291
pry-byebug (~> 3.10, >= 3.10.1)
296292
qr4r (~> 0.6.1)

0 commit comments

Comments
 (0)