Skip to content

Commit 1bd2ce7

Browse files
Bump audited from 4.10.0 to 5.3.3
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]>
1 parent fa4a79d commit 1bd2ce7

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
gem 'awesome_print'
1111

1212
gem 'aescrypt', '~> 2.0', '>= 2.0.2', github: 'Charcoal-SE/aescrypt'
13-
gem 'audited', '~> 4.4'
13+
gem 'audited', '~> 5.3'
1414
gem 'aws-sdk-s3'
1515
gem 'commonmarker'
1616
gem 'devise', '~> 4.7', '>= 4.7.2'

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ GEM
7878
sshkit (>= 1.6.1, != 1.7.0)
7979
arel (9.0.0)
8080
ast (2.4.2)
81-
audited (4.10.0)
82-
activerecord (>= 4.2, < 6.2)
81+
audited (5.3.3)
82+
activerecord (>= 5.0, < 7.1)
83+
request_store (~> 1.2)
8384
awesome_print (1.9.2)
8485
aws-eventstream (1.2.0)
8586
aws-partitions (1.554.0)
@@ -135,7 +136,7 @@ GEM
135136
execjs
136137
coffee-script-source (1.12.2)
137138
commonmarker (0.23.9)
138-
concurrent-ruby (1.1.10)
139+
concurrent-ruby (1.2.2)
139140
crack (0.4.5)
140141
rexml
141142
crass (1.0.6)
@@ -225,7 +226,7 @@ GEM
225226
httparty (0.21.0)
226227
mini_mime (>= 1.0.0)
227228
multi_xml (>= 0.5.2)
228-
i18n (1.12.0)
229+
i18n (1.13.0)
229230
concurrent-ruby (~> 1.0)
230231
jbuilder (2.11.5)
231232
actionview (>= 5.0.0)
@@ -258,7 +259,7 @@ GEM
258259
rake
259260
mini_mime (1.1.2)
260261
mini_portile2 (2.8.1)
261-
minitest (5.17.0)
262+
minitest (5.18.0)
262263
multi_json (1.15.0)
263264
multi_xml (0.6.0)
264265
multipart-post (2.1.1)
@@ -338,6 +339,8 @@ GEM
338339
rake
339340
rake (13.0.6)
340341
redis (3.3.5)
342+
request_store (1.5.1)
343+
rack (>= 1.4)
341344
responders (3.0.1)
342345
actionpack (>= 5.0)
343346
railties (>= 5.0)
@@ -409,7 +412,7 @@ GEM
409412
turbolinks (5.2.1)
410413
turbolinks-source (~> 5.2)
411414
turbolinks-source (5.2.0)
412-
tzinfo (1.2.10)
415+
tzinfo (1.2.11)
413416
thread_safe (~> 0.1)
414417
uglifier (4.2.0)
415418
execjs (>= 0.3.0, < 3)
@@ -442,7 +445,7 @@ PLATFORMS
442445

443446
DEPENDENCIES
444447
aescrypt (~> 2.0, >= 2.0.2)!
445-
audited (~> 4.4)
448+
audited (~> 5.3)
446449
awesome_print
447450
aws-sdk-s3
448451
blazer (= 2.2.1.charcoal)!

0 commit comments

Comments
 (0)