Skip to content

Commit

Permalink
Bump the minor-updates group with 2 updates (#190)
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 2 updates:
[rackup](https://github.com/rack/rackup) and
[sequel](https://github.com/jeremyevans/sequel).

Updates `rackup` from 2.1.0 to 2.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rack/rackup/blob/main/releases.md">rackup's
changelog</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>Remove old rack shims.</li>
<li>Remove <code>webrick</code> dependency.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rack/rackup/commit/7f6d2aa8dd151d4a445575fb183ac9dde00ef4f2"><code>7f6d2aa</code></a>
Bump minor version.</li>
<li><a
href="https://github.com/rack/rackup/commit/76a7320817fcb495fee80469193f6955d21ad099"><code>76a7320</code></a>
Move development dependencies to <code>gems.rb</code>.</li>
<li><a
href="https://github.com/rack/rackup/commit/1f3ece0828f321bedf1f738641930d175be1105a"><code>1f3ece0</code></a>
Update copyrights.</li>
<li><a
href="https://github.com/rack/rackup/commit/20d41c6d5ed06a0a8d9a0781d5ddede6be810249"><code>20d41c6</code></a>
Automate release notes.</li>
<li><a
href="https://github.com/rack/rackup/commit/4e72d9da3bb6dfa3de89fd2619b1f505dbc383b7"><code>4e72d9d</code></a>
Remove unused rack classes (<a
href="https://redirect.github.com/rack/rackup/issues/10">#10</a>)</li>
<li><a
href="https://github.com/rack/rackup/commit/30e444add65b0f49199de611416dbc81b5addad1"><code>30e444a</code></a>
Restore puma external tests. (<a
href="https://redirect.github.com/rack/rackup/issues/24">#24</a>)</li>
<li><a
href="https://github.com/rack/rackup/commit/be545952432d0f03c954c56413a9535212ac71d5"><code>be54595</code></a>
Soft deprecate webrick and add some details as to why. (<a
href="https://redirect.github.com/rack/rackup/issues/23">#23</a>)</li>
<li><a
href="https://github.com/rack/rackup/commit/eaea0eaebe66c21e706488b3cad4455f8476aa8e"><code>eaea0ea</code></a>
Normalize gemspec.</li>
<li><a
href="https://github.com/rack/rackup/commit/94017d137f63a035592e953c62c94dd86408cef5"><code>94017d1</code></a>
Update authors/copyright.</li>
<li><a
href="https://github.com/rack/rackup/commit/bff2ba134f9b795380f95d319dbb44a1c3376d8e"><code>bff2ba1</code></a>
Update <code>actions/checkout@v3</code> to <code>v4</code>.</li>
<li>Additional commits viewable in <a
href="https://github.com/rack/rackup/compare/v2.1.0...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sequel` from 5.85.0 to 5.86.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jeremyevans/sequel/blob/master/CHANGELOG">sequel's
changelog</a>.</em></p>
<blockquote>
<p>=== 5.86.0 (2024-11-01)</p>
<ul>
<li>
<p>Support the :disable_dqs Database option in the sqlite adapter to
disable treating double quoted values as strings (jeremyevans) (<a
href="https://redirect.github.com/jeremyevans/sequel/issues/2233">#2233</a>)</p>
</li>
<li>
<p>Have the subset_conditions plugin support where_all and where_any
methods to combine existing subsets with AND or OR (jeremyevans)</p>
</li>
<li>
<p>Have the subset_conditions plugin add *_conditions methods for
exclude method calls in addition to where and subset (jeremyevans)</p>
</li>
<li>
<p>Use Ruby module naming instead of Java package naming for access to
Java libraries in the jdbc adapters (kalenp) (<a
href="https://redirect.github.com/jeremyevans/sequel/issues/2235">#2235</a>,
<a
href="https://redirect.github.com/jeremyevans/sequel/issues/2236">#2236</a>)</p>
</li>
<li>
<p>Make schema_dumper extension format options similar to Hash#inspect
on Ruby 3.4+ (jeremyevans)</p>
</li>
<li>
<p>Avoid deprecation warnings on Ruby 3.4.0-preview2 (jeremyevans)</p>
</li>
<li>
<p>Handle FROM tables that are SQL::DelayedEvaluation instances when
trying to get primary key values after INSERT on PostgreSQL
(tomasmiguez) (<a
href="https://redirect.github.com/jeremyevans/sequel/issues/2230">#2230</a>,
<a
href="https://redirect.github.com/jeremyevans/sequel/issues/2232">#2232</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jeremyevans/sequel/commit/865d985d3096c4b39340099139d39e6760c0e5a1"><code>865d985</code></a>
Bump version to 5.86.0</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/8e5a8a92cadfa36ebec01c70340ef8e8ee1feff6"><code>8e5a8a9</code></a>
Support the :disable_dqs Database option in the sqlite adapter to
disable tre...</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/fe9997627c3e1e6331151119d1f38e3f43c80966"><code>fe99976</code></a>
Have the subset_conditions plugin support where_all and where_any
methods to ...</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/e566408baf1f5240149e1b101e528a367b7502c5"><code>e566408</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/bba3e40d795ead1f34e3c48936db533d3ab331c8"><code>bba3e40</code></a>
Use nested module format for Java package names</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/1176f61276a3296786f4e64a41ddaf751710f77d"><code>1176f61</code></a>
Make schema_dumper extension format options similar to Hash#inspect on
Ruby 3.4+</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/467391899bbeb312682d6075ca8a988a1fa77c24"><code>4673918</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/jeremyevans/sequel/commit/67de9f22c21a4b40e5f856bfcb8315582f5c2a93"><code>67de9f2</code></a>
Support import on datasets with <code>DelayedEvaluation</code> as
from</li>
<li>See full diff in <a
href="https://github.com/jeremyevans/sequel/compare/5.85.0...5.86.0">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 593af37 commit f0f1f4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ GEM
rack (3.1.8)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.9)
Expand Down Expand Up @@ -76,7 +75,7 @@ GEM
rubocop-sequel (0.3.6)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
sequel (5.85.0)
sequel (5.86.0)
bigdecimal
sqlite3 (2.2.0)
mini_portile2 (~> 2.8.0)
Expand All @@ -89,7 +88,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)

PLATFORMS
ruby
Expand Down

0 comments on commit f0f1f4b

Please sign in to comment.