Skip to content

Commit

Permalink
Bump otr-activerecord from 2.3.0 to 2.4.0 (#293)
Browse files Browse the repository at this point in the history
Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.3.0 to 2.4.0.
- [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md)
- [Commits](jhollinger/otr-activerecord@v2.3.0...v2.4.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 4110257 commit c572524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'otr-activerecord', '~> 2.3'
gem 'otr-activerecord', '~> 2.4'
gem 'pg', '~> 1.5'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
otr-activerecord (2.3.0)
activerecord (>= 6.0, < 7.2)
otr-activerecord (2.4.0)
activerecord (>= 6.0, < 7.3)
hashie-forbidden_attributes (~> 0.1)
parallel (1.26.3)
parser (3.3.4.2)
Expand Down Expand Up @@ -281,7 +281,7 @@ DEPENDENCIES
guard-puma (~> 0.8.1)
jwt (~> 2.8)
kaminari (~> 1.2, >= 1.2.2)
otr-activerecord (~> 2.3)
otr-activerecord (~> 2.4)
pg (~> 1.5)
prometheus-client (~> 4.2)
puma (~> 6.4)
Expand Down

0 comments on commit c572524

Please sign in to comment.