Skip to content

Commit

Permalink
Bump otr-activerecord from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 8fc8890 commit 802c8e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 2.1'
gem 'jwt', '~> 2.9'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'otr-activerecord', '~> 2.4'
gem 'otr-activerecord', '~> 2.5'
gem 'pg', '~> 1.5'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
Expand Down
18 changes: 7 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ GEM
guard (~> 2.14)
guard-compat (~> 1.2)
puma (>= 4.0, < 7)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand Down Expand Up @@ -138,15 +135,15 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.10)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (5.25.4)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand All @@ -171,9 +168,8 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
ostruct (0.6.0)
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 7.3)
hashie-forbidden_attributes (~> 0.1)
otr-activerecord (2.5.0)
activerecord (>= 6.0, < 8.1)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -239,7 +235,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.7.0)
securerandom (0.3.1)
securerandom (0.4.1)
sentry-ruby (5.21.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -255,7 +251,7 @@ GEM
simplecov_json_formatter (0.1.4)
thor (1.3.1)
timecop (0.9.10)
timeout (0.4.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand Down Expand Up @@ -285,7 +281,7 @@ DEPENDENCIES
guard-puma (~> 0.8.1)
jwt (~> 2.9)
kaminari (~> 1.2, >= 1.2.2)
otr-activerecord (~> 2.4)
otr-activerecord (~> 2.5)
pg (~> 1.5)
prometheus-client (~> 4.2)
puma (~> 6.4)
Expand Down

0 comments on commit 802c8e5

Please sign in to comment.