Skip to content

Commit fa914a8

Browse files
authored
Merge PR #215
Bumps the bundler group with 3 updates: [brakeman](https://github.com/presidentbeef/brakeman), [irb](https://github.com/ruby/irb) and [rubygems-update](https://github.com/rubygems/rubygems). Updates `brakeman` from 7.0.0 to 7.0.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md">brakeman's changelog</a>.</em></p> <blockquote> <h1>7.0.1 - 2025-04-03</h1> <ul> <li>Avoid warning on evaluation of plain strings</li> <li>Enable use of custom/alternative Gemfiles</li> <li>Fix error on directory with <code>rb</code> extension (viralpraxis)</li> <li>Support <code>terminal-table</code> 4.0 (Chedli Bourguiba)</li> <li>Better support Prism 1.4.0</li> <li>Only output timing for each file when using <code>--debug</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/presidentbeef/brakeman/commit/bcef7ffe210e0f8995e0be0aaf09e8c6a619dd33"><code>bcef7ff</code></a> Bump to 7.0.1</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/1d9884f38c88b88f4635fcdd69bcdbecbc451334"><code>1d9884f</code></a> Update CHANGES</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/9f920855707db246cdcb2cd7f76c529e52cf4005"><code>9f92085</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/1917">#1917</a> from chaadow/patch-2</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/c8eb7c172ee41d43515f3598c882529b40989eb0"><code>c8eb7c1</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/1928">#1928</a> from presidentbeef/fix_prism_frozen_strings</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/543aca577e8119588b80021bb11db1a0187f53cd"><code>543aca5</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/1920">#1920</a> from presidentbeef/eval_with_known_strings</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/1af70b28d6874d9241ea7d2e1fef3368e9253e81"><code>1af70b2</code></a> Frozen string in string concatenation</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/167e228ae628c9b5b8da46e2f2c61ffee5afd5fa"><code>167e228</code></a> Frozen string in WeakRSAKey check</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/4cfced485168e305ccc1649c18c149fe798a12fe"><code>4cfced4</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/1924">#1924</a> from lucascaton/patch-1</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/90c974dc39523366aa392b52c76f3f0d947f18cd"><code>90c974d</code></a> Update README to reflect Brakeman's support for Rails 8</li> <li><a href="https://github.com/presidentbeef/brakeman/commit/35a482f7f726d492382beb14d8c83955202dc1b3"><code>35a482f</code></a> Refactoring CheckEvaluation</li> <li>Additional commits viewable in <a href="https://github.com/presidentbeef/brakeman/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `irb` from 1.15.1 to 1.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/irb/releases">irb's releases</a>.</em></p> <blockquote> <h2>v1.15.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>Fallback to Reline when <code>require 'readline'</code> fails by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1076">ruby/irb#1076</a></li> <li>Zero winsize bugfix by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1073">ruby/irb#1073</a></li> </ul> <h3>📚 Documentation</h3> <ul> <li>(docs) Document the keys for completion by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1082">ruby/irb#1082</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Use EnvUtil.rubybin instead of &quot;ruby&quot; in copy command test by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1071">ruby/irb#1071</a></li> <li>Remove ruby-core workflow by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1075">ruby/irb#1075</a></li> <li>Suppress irb_info measures ambiguous_width in command test by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1074">ruby/irb#1074</a></li> <li>bundled gems migration by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1078">ruby/irb#1078</a></li> <li>Ignore to contain directory to Gem::Specification#files by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1079">ruby/irb#1079</a></li> <li>Disable scheduled jobs for forks by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1084">ruby/irb#1084</a></li> <li>add context.ap_name test by <a href="https://github.com/QWYNG"><code>@​QWYNG</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1052">ruby/irb#1052</a></li> <li>Document <code>USE_PAGER</code> config by <a href="https://github.com/artur-intech"><code>@​artur-intech</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1086">ruby/irb#1086</a></li> <li>Disable truffle-ruby scheduled job on forks by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1087">ruby/irb#1087</a></li> <li>Bump version to 1.15.2 by <a href="https://github.com/tompng"><code>@​tompng</code></a> in <a href="https://redirect.github.com/ruby/irb/pull/1088">ruby/irb#1088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/QWYNG"><code>@​QWYNG</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/irb/pull/1052">ruby/irb#1052</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/irb/compare/v1.15.1...v1.15.2">https://github.com/ruby/irb/compare/v1.15.1...v1.15.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/irb/commit/ef6037140e54fa4cc5f9b8d328fed680658e2964"><code>ef60371</code></a> Bump version to 1.15.2 (<a href="https://redirect.github.com/ruby/irb/issues/1088">#1088</a>)</li> <li><a href="https://github.com/ruby/irb/commit/8b63f05160aa90e0205cf392b10cb85d6ecfa9a3"><code>8b63f05</code></a> Disable truffle-ruby scheduled job on forks (<a href="https://redirect.github.com/ruby/irb/issues/1087">#1087</a>)</li> <li><a href="https://github.com/ruby/irb/commit/3c90aa613a7689b406ab04e5f4ce5a7b0e6539d7"><code>3c90aa6</code></a> Document <code>USE_PAGER</code> config (<a href="https://redirect.github.com/ruby/irb/issues/1086">#1086</a>)</li> <li><a href="https://github.com/ruby/irb/commit/9f1bfde29eba377c5454b7e85c718191b64a2456"><code>9f1bfde</code></a> add context.ap_name test (<a href="https://redirect.github.com/ruby/irb/issues/1052">#1052</a>)</li> <li><a href="https://github.com/ruby/irb/commit/421c28f7ca857541df6b66114d815cdd57c62a00"><code>421c28f</code></a> Disable schedule jobs for forks (<a href="https://redirect.github.com/ruby/irb/issues/1084">#1084</a>)</li> <li><a href="https://github.com/ruby/irb/commit/a05231fc022edd958d678b19c30889d7fe40a9fa"><code>a05231f</code></a> Document the keys for completion (<a href="https://redirect.github.com/ruby/irb/issues/1082">#1082</a>)</li> <li><a href="https://github.com/ruby/irb/commit/f4439b470786145d744c93c75ef3465089415a78"><code>f4439b4</code></a> Ignore to contain directory to Gem::Specification#files</li> <li><a href="https://github.com/ruby/irb/commit/b37c1c2db92c0c9277de8ece09ece5a76cee505e"><code>b37c1c2</code></a> Zero winsize bugfix (<a href="https://redirect.github.com/ruby/irb/issues/1073">#1073</a>)</li> <li><a href="https://github.com/ruby/irb/commit/095a1f73d272a0b67cdf5cfbd49474d6315c1b19"><code>095a1f7</code></a> bundled gems migration (<a href="https://redirect.github.com/ruby/irb/issues/1078">#1078</a>)</li> <li><a href="https://github.com/ruby/irb/commit/1ca7472f76cb05a67c86c21fdf90ad3712c9c043"><code>1ca7472</code></a> Fallback to Reline when <code>require 'readline'</code> fails (<a href="https://redirect.github.com/ruby/irb/issues/1076">#1076</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ruby/irb/compare/v1.15.1...v1.15.2">compare view</a></li> </ul> </details> <br /> Updates `rubygems-update` from 3.6.6 to 3.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubygems/rubygems/releases">rubygems-update's releases</a>.</em></p> <blockquote> <h2>v3.6.7</h2> <h2>Enhancements:</h2> <ul> <li>Sorting files in metadata for build reproducibility. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8569">#8569</a> by giacomobenedetti</li> <li>Default to a SOURCE_DATE_EPOCH of 315619200, to simplify reproducible builds. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8568">#8568</a> by duckinator</li> <li>Let <code>gem exec</code> raise an error in ambiguous cases. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8573">#8573</a> by deivid-rodriguez</li> <li>Installs bundler 2.6.7 as a default gem.</li> </ul> <h2>Performance:</h2> <ul> <li>Speed up Version#<!-- raw HTML omitted --> ~20-50% when lengths differ. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8565">#8565</a> by skipkayhil</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md">rubygems-update's changelog</a>.</em></p> <blockquote> <h1>3.6.7 / 2025-04-03</h1> <h2>Enhancements:</h2> <ul> <li>Sorting files in metadata for build reproducibility. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8569">#8569</a> by giacomobenedetti</li> <li>Default to a SOURCE_DATE_EPOCH of 315619200, to simplify reproducible builds. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8568">#8568</a> by duckinator</li> <li>Let <code>gem exec</code> raise an error in ambiguous cases. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8573">#8573</a> by deivid-rodriguez</li> <li>Installs bundler 2.6.7 as a default gem.</li> </ul> <h2>Performance:</h2> <ul> <li>Speed up Version#<!-- raw HTML omitted --> ~20-50% when lengths differ. Pull request <a href="https://redirect.github.com/rubygems/rubygems/pull/8565">#8565</a> by skipkayhil</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubygems/rubygems/commit/32896b3570ed6d692bf9aeb1c4ca69018365e222"><code>32896b3</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8609">#8609</a> from rubygems/release/bundler_2.6.7_rubygems_3.6.7</li> <li><a href="https://github.com/rubygems/rubygems/commit/0e8fb62986389b555a65f9a486f52959b1b71f64"><code>0e8fb62</code></a> Bump Rubygems version to 3.6.7</li> <li><a href="https://github.com/rubygems/rubygems/commit/d3ea62014373578658faa63c381f2dd53c13bb51"><code>d3ea620</code></a> Changelog for Rubygems version 3.6.7</li> <li><a href="https://github.com/rubygems/rubygems/commit/f70137ad4b34fb2c17736c92ac3a32a3d62259e2"><code>f70137a</code></a> Bump Bundler version to 2.6.7</li> <li><a href="https://github.com/rubygems/rubygems/commit/91c31c40013bc89197870daeee6b8a639679e3c7"><code>91c31c4</code></a> Changelog for Bundler version 2.6.7</li> <li><a href="https://github.com/rubygems/rubygems/commit/72094aa36e1778f68a6d5e48f3414f94645d6b5c"><code>72094aa</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8608">#8608</a> from rubygems/deivid-rodriguez/bump-tested-versions</li> <li><a href="https://github.com/rubygems/rubygems/commit/48a7d44edae590931b6eec84e97d6b72b3e8571a"><code>48a7d44</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8602">#8602</a> from rubygems/dependabot/github_actions/artifacts-ae...</li> <li><a href="https://github.com/rubygems/rubygems/commit/f3f0eb5d5ce013563cbfe9966b8c9e750cdb3ef3"><code>f3f0eb5</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8604">#8604</a> from rubygems/dependabot/github_actions/actions/setu...</li> <li><a href="https://github.com/rubygems/rubygems/commit/a24bed3e13c5957c739ec14af3b0acd30c6a9111"><code>a24bed3</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8606">#8606</a> from rubygems/dependabot/github_actions/ruby/setup-r...</li> <li><a href="https://github.com/rubygems/rubygems/commit/02347ad5dfd49041992cb2f2d8e2683aac1d6e3a"><code>02347ad</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/rubygems/issues/8605">#8605</a> from rubygems/dependabot/github_actions/8398a7/actio...</li> <li>Additional commits viewable in <a href="https://github.com/rubygems/rubygems/compare/v3.6.6...v3.6.7">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents bcf7766 + 06bf779 commit fa914a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
parser (>= 2.4)
3535
smart_properties
3636
bigdecimal (3.1.9)
37-
brakeman (7.0.0)
37+
brakeman (7.0.1)
3838
racc
3939
builder (3.3.0)
4040
byebug (12.0.0)
@@ -136,7 +136,7 @@ GEM
136136
io-nonblock (0.3.1)
137137
io-wait (0.3.1)
138138
ipaddr (1.2.7)
139-
irb (1.15.1)
139+
irb (1.15.2)
140140
pp (>= 0.6.0)
141141
rdoc (>= 4.0.0)
142142
reline (>= 0.4.2)
@@ -267,7 +267,7 @@ GEM
267267
prism (~> 1.4)
268268
ruby-progressbar (1.13.0)
269269
ruby2_keywords (0.0.5)
270-
rubygems-update (3.6.6)
270+
rubygems-update (3.6.7)
271271
sass (3.7.4)
272272
sass-listen (~> 4.0.0)
273273
sass-listen (4.0.0)

0 commit comments

Comments
 (0)