Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: audited
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 630a8b0 commit aacbef7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
gem 'awesome_print'

gem 'aescrypt', '~> 2.0', '>= 2.0.2', github: 'Charcoal-SE/aescrypt'
gem 'audited', '~> 4.4'
gem 'audited', '~> 5.3'
gem 'aws-sdk-s3'
gem 'commonmarker'
gem 'devise', '~> 4.7', '>= 4.7.2'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
arel (9.0.0)
ast (2.4.2)
audited (4.10.0)
activerecord (>= 4.2, < 6.2)
audited (5.3.3)
activerecord (>= 5.0, < 7.1)
request_store (~> 1.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.554.0)
Expand Down Expand Up @@ -135,7 +136,7 @@ GEM
execjs
coffee-script-source (1.12.2)
commonmarker (0.23.7)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -225,7 +226,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -258,7 +259,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -338,6 +339,8 @@ GEM
rake
rake (13.0.6)
redis (3.3.5)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down Expand Up @@ -409,7 +412,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -442,7 +445,7 @@ PLATFORMS

DEPENDENCIES
aescrypt (~> 2.0, >= 2.0.2)!
audited (~> 4.4)
audited (~> 5.3)
awesome_print
aws-sdk-s3
blazer (= 2.2.1.charcoal)!
Expand Down

0 comments on commit aacbef7

Please sign in to comment.