Skip to content

Commit

Permalink
bump audited gem to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zendesk-mattlefevre committed Nov 16, 2023
1 parent 9a60c42 commit b87a1d0
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 @@ group :preload do
# AR extensions
gem 'goldiloader'
gem 'pagy'
gem 'audited', '~>5.3.0'
gem 'audited', '5.4.0'
gem 'soft_deletion'
gem 'doorkeeper', '~>5.6.0'
gem 'mail', '~> 2.7.0' # TODO: upgrade breaks `rails c`
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ GEM
ast (2.4.1)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
audited (5.3.3)
activerecord (>= 5.0, < 7.1)
audited (5.4.0)
activerecord (>= 5.0, < 7.2)
request_store (~> 1.2)
autoprefixer-rails (9.4.8)
execjs
Expand Down Expand Up @@ -686,7 +686,7 @@ DEPENDENCIES
ansible
ar_multi_threaded_transactional_tests
attr_encrypted
audited (~> 5.3.0)
audited (= 5.4.0)
awesome_print
bootsnap
bootstrap-sass (>= 3.4.1)
Expand Down

0 comments on commit b87a1d0

Please sign in to comment.