[openstreetmap/openstreetmap-website] Bump faraday from 1.0.1 to 1.1.0 (#2891)

dependabot[bot] notifications at github.com
Mon Oct 19 05:01:42 UTC 2020


Bumps [faraday](https://github.com/lostisland/faraday) from 1.0.1 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lostisland/faraday/releases">faraday's releases</a>.</em></p>
<blockquote>
<h2>v1.1.0</h2>
<h2>Features</h2>
<ul>
<li>Makes parameters sorting configurable (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1162">#1162</a> <a href="https://github.com/wishdev">@wishdev</a>)</li>
<li>Introduces <code>flat_encode</code> option for multipart adapter. (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1163">#1163</a> <a href="https://github.com/iMacTia">@iMacTia</a>)</li>
<li>Include request info in exceptions raised by RaiseError Middleware (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1181">#1181</a> <a href="https://github.com/SandroDamilano">@SandroDamilano</a>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Avoid <code>last arg as keyword param</code> warning when building user middleware on Ruby 2.7 (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1153">#1153</a> <a href="https://github.com/dgholz">@dgholz</a>)</li>
<li>Limits net-http-persistent version to &lt; 4.0 (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1156">#1156</a> <a href="https://github.com/iMacTia">@iMacTia</a>)</li>
<li>Update <code>typhoeus</code> to new stable version (<code>1.4</code>) (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1159">#1159</a> <a href="https://github.com/AlexWayfer">@AlexWayfer</a>)</li>
<li>Properly fix test failure with Rack 2.1+. (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1171">#1171</a> <a href="https://github.com/voxik">@voxik</a>)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Improves documentation on how to contribute to the site by using Docker. (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1175">#1175</a> <a href="https://github.com/iMacTia">@iMacTia</a>)</li>
<li>Remove retry_change_requests from documentation (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1185">#1185</a> <a href="https://github.com/stim371">@stim371</a>)</li>
</ul>
<h2>Misc</h2>
<ul>
<li>Link from GitHub Actions badge to CI workflow (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1141">#1141</a> <a href="https://github.com/olleolleolle">@olleolleolle</a>)</li>
<li>Return tests of <code>Test</code> adapter (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1147">#1147</a> <a href="https://github.com/AlexWayfer">@AlexWayfer</a>)</li>
<li>Add 1.0 release to wording in CONTRIBUTING (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1155">#1155</a> <a href="https://github.com/olleolleolle">@olleolleolle</a>)</li>
<li>Fix linting bumping Rubocop to 0.90.0 (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1182">#1182</a> <a href="https://github.com/iMacTia">@iMacTia</a>)</li>
<li>Drop <code>git ls-files</code> in gemspec (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1183">#1183</a> <a href="https://github.com/utkarsh2102">@utkarsh2102</a>)</li>
<li>Upgrade CI to ruby/setup-ruby (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1187">#1187</a> <a href="https://github.com/gogainda">@gogainda</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lostisland/faraday/commit/571dc11c2faae7b43fc3b6f4e5750493b0d68fbc"><code>571dc11</code></a> Version bump to 1.1.0</li>
<li><a href="https://github.com/lostisland/faraday/commit/0461c4b321dbf8894a52415d77389a0a31707217"><code>0461c4b</code></a> Upgrade CI to ruby/setup-ruby (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1187">#1187</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/85b46bef6c5d67d7db6ecd279ea1fd5607690f3a"><code>85b46be</code></a> Remove retry_change_requests from documentation (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1185">#1185</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/a5b7a6bc810a7923dfcea16fffc226fafb8e198b"><code>a5b7a6b</code></a> Drop <code>git ls-files</code> in gemspec (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1183">#1183</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/8ee406d7886087053fc8d2d2c15ca378f566e008"><code>8ee406d</code></a> Include request info in exceptions raised by RaiseError Middleware (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1181">#1181</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/868fe9bb18eed44bd0da160c453635d62762e196"><code>868fe9b</code></a> Fix linting bumping Rubocop to 0.90.0 (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1182">#1182</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/9af091f9c43bb2daeb713991ae356aa16c155dee"><code>9af091f</code></a> Improves documentation on how to contribute to the site by using Docker. (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1175">#1175</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/6521a1606ef1842579e613f01a945cd7ee1ddcb4"><code>6521a16</code></a> Properly fix test failure with Rack 2.1+.</li>
<li><a href="https://github.com/lostisland/faraday/commit/5acab3623994e6dbcc77f203fe0b5e1f29684874"><code>5acab36</code></a> Introduces <code>flat_encode</code> option for multipart adapter. (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1163">#1163</a>)</li>
<li><a href="https://github.com/lostisland/faraday/commit/e02a8c100921c75d714cc9f2aa2a5e0063260fa7"><code>e02a8c1</code></a> Makes parameters sorting configurable (<a href="https://github-redirect.dependabot.com/lostisland/faraday/issues/1162">#1162</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/lostisland/faraday/compare/v1.0.1...v1.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faraday&package-manager=bundler&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2891

-- Commit Summary --

  * Bump faraday from 1.0.1 to 1.1.0

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2891.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2891.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2891
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201018/47e38e12/attachment.htm>


More information about the rails-dev mailing list