Skip to content

Commit

Permalink
Bump otr-activerecord from 2.1.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.1.2 to 2.2.0.
- [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md)
- [Commits](jhollinger/otr-activerecord@v2.1.2...v2.2.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 Oct 30, 2023
1 parent e10fad0 commit 5cfadc9
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', '~> 1.6'
gem 'jwt', '~> 2.7'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'otr-activerecord', '~> 2.1'
gem 'otr-activerecord', '~> 2.2'
gem 'pg', '~> 1.5'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
otr-activerecord (2.1.2)
activerecord (>= 4.0, < 7.1)
otr-activerecord (2.2.0)
activerecord (>= 4.0, < 7.2)
hashie-forbidden_attributes (~> 0.1)
parallel (1.23.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -286,7 +286,7 @@ DEPENDENCIES
guard-puma (~> 0.8.1)
jwt (~> 2.7)
kaminari (~> 1.2, >= 1.2.2)
otr-activerecord (~> 2.1)
otr-activerecord (~> 2.2)
pg (~> 1.5)
prometheus-client (~> 4.2)
puma (~> 6.3)
Expand Down

0 comments on commit 5cfadc9

Please sign in to comment.