Skip to content

Commit 9e2b676

Browse files
Bump brakeman from 6.2.1 to 7.0.0
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.2.1 to 7.0.0. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](presidentbeef/brakeman@v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: brakeman dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db502e7 commit 9e2b676

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Gemfile.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ GEM
7474
uri (>= 0.13.1)
7575
ast (2.4.2)
7676
base64 (0.2.0)
77+
bcrypt_pbkdf (1.1.1)
7778
bcrypt_pbkdf (1.1.1-arm64-darwin)
7879
benchmark (0.3.0)
7980
bigdecimal (3.1.8)
8081
bindex (0.8.1)
8182
bootsnap (1.18.4)
8283
msgpack (~> 1.2)
83-
brakeman (6.2.1)
84+
brakeman (7.0.0)
8485
racc
8586
builder (3.3.0)
8687
concurrent-ruby (1.3.4)
@@ -99,6 +100,7 @@ GEM
99100
et-orbi (1.2.11)
100101
tzinfo
101102
ffi (1.17.0-arm64-darwin)
103+
ffi (1.17.0-x86_64-linux-gnu)
102104
fugit (1.11.1)
103105
et-orbi (~> 1, >= 1.2.11)
104106
raabro (~> 1.4)
@@ -159,6 +161,8 @@ GEM
159161
nio4r (2.7.3)
160162
nokogiri (1.16.7-arm64-darwin)
161163
racc (~> 1.4)
164+
nokogiri (1.16.7-x86_64-linux)
165+
racc (~> 1.4)
162166
ostruct (0.6.0)
163167
parallel (1.26.3)
164168
parser (3.3.5.0)
@@ -269,6 +273,7 @@ GEM
269273
railties (>= 7.1)
270274
thor (~> 1.3.1)
271275
sqlite3 (2.1.0-arm64-darwin)
276+
sqlite3 (2.1.0-x86_64-linux-gnu)
272277
sshkit (1.23.1)
273278
base64
274279
net-scp (>= 1.1.2)
@@ -280,6 +285,7 @@ GEM
280285
stringio (3.1.1)
281286
thor (1.3.2)
282287
thruster (0.1.8-arm64-darwin)
288+
thruster (0.1.8-x86_64-linux)
283289
timeout (0.4.1)
284290
turbo-rails (2.0.10)
285291
actionpack (>= 6.0.0)
@@ -302,6 +308,7 @@ GEM
302308

303309
PLATFORMS
304310
arm64-darwin
311+
x86_64-linux
305312

306313
DEPENDENCIES
307314
bootsnap

0 commit comments

Comments
 (0)