Skip to content

Commit

Permalink
Bump audited from 5.3.3 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [audited](https://github.com/collectiveidea/audited) from 5.3.3 to 5.4.0.
- [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md)
- [Commits](collectiveidea/audited@v5.3.3...v5.4.0)

---
updated-dependencies:
- dependency-name: audited
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 0923f90 commit d4aaffa
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 @@ -32,7 +32,7 @@ gem "uk_postcode"
gem "phonelib"
###############

gem "audited", "~> 5.3", ">= 5.3.3"
gem "audited", "~> 5.4"
gem "config", "~> 4.2"
gem "devise", "~> 4.9"
gem "flipper"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
audited (5.3.3)
activerecord (>= 5.0, < 7.1)
audited (5.4.0)
activerecord (>= 5.0, < 7.2)
request_store (~> 1.2)
base64 (0.1.1)
bcrypt (3.1.19)
Expand Down Expand Up @@ -467,7 +467,7 @@ PLATFORMS

DEPENDENCIES
annotate
audited (~> 5.3, >= 5.3.3)
audited (~> 5.4)
binding_of_caller
bootsnap
brakeman
Expand Down

0 comments on commit d4aaffa

Please sign in to comment.