Skip to content

Commit

Permalink
Upgrade: Bump flipper-ui, flipper and flipper-active_record (#4100)
Browse files Browse the repository at this point in the history
Bumps [flipper-ui](https://github.com/flippercloud/flipper),
[flipper](https://github.com/flippercloud/flipper) and
[flipper-active_record](https://github.com/flippercloud/flipper). These
dependencies needed to be updated together.
Updates `flipper-ui` from 0.28.3 to 1.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/releases">flipper-ui's
releases</a>.</em></p>
<blockquote>
<h2>1.0.0 - One Point Oh!</h2>
<p><a href="https://blog.flippercloud.io/1-0/"><img
src="https://github.com/flippercloud/flipper/assets/173/d5718aa7-0ea0-4f21-9091-61b6a2e59e5e"
alt="" /></a></p>
<p>This release is more than just a version number. Read more about <a
href="https://blog.flippercloud.io/1-0/">this release and the future of
Flipper</a>.</p>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
<h3>Become a Sponsor</h3>
<p>If your company uses Flipper and wants to help us make it better,
consider <a href="http://github.com/sponsors/flippercloud">becoming a
sponsor</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/blob/main/Changelog.md">flipper-ui's
changelog</a>.</em></p>
<blockquote>
<h2>1.0.0</h2>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flippercloud/flipper/commit/7439f4d2b5b8483972d7f62eb9933a4a0fae32dd"><code>7439f4d</code></a>
Ignore asdf version manager file</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/c7db42e289dbfb3876351e608c1ac2a87a4e8c0b"><code>c7db42e</code></a>
Prepare for 1.0.0 release</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/0532a2311877f6a0293c59620989c302872ba182"><code>0532a23</code></a>
Update links from jnunemaker =&gt; flippercloud</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/934ee05d14c9af7b91d2eba36cbeadafcab25cd5"><code>934ee05</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/749">#749</a>
from jnunemaker/remove-dsl-methods</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4d10a6fe2e10610f0bc983a6dc964830b42d7b60"><code>4d10a6f</code></a>
Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
`perce...</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/13a2780dd99a6d63935b7ddb40800089cb60d67a"><code>13a2780</code></a>
Bump version for prerelease</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/f25e1af5f3ed81a02a2c3edc5b427ab5c6ad61c3"><code>f25e1af</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/743">#743</a>
from jnunemaker/the-one-true-gem</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/94cfbdd4b9d9c8789d59f3f016fda41e19d3d483"><code>94cfbdd</code></a>
Update changelog</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4e4decbbe990a2b0a6b636ae1128d969e2cab541"><code>4e4decb</code></a>
Use climate_control to modify ENV in specs</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/88b79563ad296434c92c458917406b68dc7166d5"><code>88b7956</code></a>
Add direct links to homepage urls in gemspecs</li>
<li>Additional commits viewable in <a
href="https://github.com/flippercloud/flipper/compare/v0.28.3...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `flipper` from 0.28.3 to 1.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/releases">flipper's
releases</a>.</em></p>
<blockquote>
<h2>1.0.0 - One Point Oh!</h2>
<p><a href="https://blog.flippercloud.io/1-0/"><img
src="https://github.com/flippercloud/flipper/assets/173/d5718aa7-0ea0-4f21-9091-61b6a2e59e5e"
alt="" /></a></p>
<p>This release is more than just a version number. Read more about <a
href="https://blog.flippercloud.io/1-0/">this release and the future of
Flipper</a>.</p>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
<h3>Become a Sponsor</h3>
<p>If your company uses Flipper and wants to help us make it better,
consider <a href="http://github.com/sponsors/flippercloud">becoming a
sponsor</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/blob/main/Changelog.md">flipper's
changelog</a>.</em></p>
<blockquote>
<h2>1.0.0</h2>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flippercloud/flipper/commit/7439f4d2b5b8483972d7f62eb9933a4a0fae32dd"><code>7439f4d</code></a>
Ignore asdf version manager file</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/c7db42e289dbfb3876351e608c1ac2a87a4e8c0b"><code>c7db42e</code></a>
Prepare for 1.0.0 release</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/0532a2311877f6a0293c59620989c302872ba182"><code>0532a23</code></a>
Update links from jnunemaker =&gt; flippercloud</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/934ee05d14c9af7b91d2eba36cbeadafcab25cd5"><code>934ee05</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/749">#749</a>
from jnunemaker/remove-dsl-methods</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4d10a6fe2e10610f0bc983a6dc964830b42d7b60"><code>4d10a6f</code></a>
Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
`perce...</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/13a2780dd99a6d63935b7ddb40800089cb60d67a"><code>13a2780</code></a>
Bump version for prerelease</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/f25e1af5f3ed81a02a2c3edc5b427ab5c6ad61c3"><code>f25e1af</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/743">#743</a>
from jnunemaker/the-one-true-gem</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/94cfbdd4b9d9c8789d59f3f016fda41e19d3d483"><code>94cfbdd</code></a>
Update changelog</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4e4decbbe990a2b0a6b636ae1128d969e2cab541"><code>4e4decb</code></a>
Use climate_control to modify ENV in specs</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/88b79563ad296434c92c458917406b68dc7166d5"><code>88b7956</code></a>
Add direct links to homepage urls in gemspecs</li>
<li>Additional commits viewable in <a
href="https://github.com/flippercloud/flipper/compare/v0.28.3...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `flipper-active_record` from 0.28.3 to 1.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/releases">flipper-active_record's
releases</a>.</em></p>
<blockquote>
<h2>1.0.0 - One Point Oh!</h2>
<p><a href="https://blog.flippercloud.io/1-0/"><img
src="https://github.com/flippercloud/flipper/assets/173/d5718aa7-0ea0-4f21-9091-61b6a2e59e5e"
alt="" /></a></p>
<p>This release is more than just a version number. Read more about <a
href="https://blog.flippercloud.io/1-0/">this release and the future of
Flipper</a>.</p>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
<h3>Become a Sponsor</h3>
<p>If your company uses Flipper and wants to help us make it better,
consider <a href="http://github.com/sponsors/flippercloud">becoming a
sponsor</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/flippercloud/flipper/blob/main/Changelog.md">flipper-active_record's
changelog</a>.</em></p>
<blockquote>
<h2>1.0.0</h2>
<h3>Additions/Changes</h3>
<ul>
<li>ui, api: Allow Rack 3 (<a
href="https://redirect.github.com/flippercloud/flipper/pull/670">flippercloud/flipper#670</a>)</li>
<li>cloud: The <code>flipper-cloud</code> gem has been merged into the
<code>flipper</code> and no longer needs to be added separately.
Configure cloud by setting the <code>FLIPPER_CLOUD_TOKEN</code>
environment variable. (<a
href="https://redirect.github.com/flippercloud/flipper/pull/743">flippercloud/flipper#743</a>)
<pre lang="diff"><code>  # Gemfile
  gem 'flipper'
- gem 'flipper-cloud'
</code></pre>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
<code>percentage_of_time</code> methods on <code>Flipper</code> and
<code>Flipper::DSL</code>. They are rarely if ever used and conflict
with some upcoming features. If you are using them, you can migrate via
a search and replace like so:
<ul>
<li>Change <code>Flipper.bool</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.boolean</code> =&gt;
<code>Flipper::Types::Boolean.new</code></li>
<li>Change <code>Flipper.actor</code> =&gt;
<code>Flipper::Types::Actor.new</code></li>
<li>Change <code>Flipper.percentage_of_actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.actors</code> =&gt;
<code>Flipper::Types::PercentageOfActors.new</code></li>
<li>Change <code>Flipper.percentage_of_time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
<li>Change <code>Flipper.time</code> =&gt;
<code>Flipper::Types::PercentageOfTime.new</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flippercloud/flipper/commit/7439f4d2b5b8483972d7f62eb9933a4a0fae32dd"><code>7439f4d</code></a>
Ignore asdf version manager file</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/c7db42e289dbfb3876351e608c1ac2a87a4e8c0b"><code>c7db42e</code></a>
Prepare for 1.0.0 release</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/0532a2311877f6a0293c59620989c302872ba182"><code>0532a23</code></a>
Update links from jnunemaker =&gt; flippercloud</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/934ee05d14c9af7b91d2eba36cbeadafcab25cd5"><code>934ee05</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/749">#749</a>
from jnunemaker/remove-dsl-methods</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4d10a6fe2e10610f0bc983a6dc964830b42d7b60"><code>4d10a6f</code></a>
Removed <code>bool</code>, <code>actors</code>, <code>time</code>,
<code>actor</code>, <code>percentage_of_actors</code>, and
`perce...</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/13a2780dd99a6d63935b7ddb40800089cb60d67a"><code>13a2780</code></a>
Bump version for prerelease</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/f25e1af5f3ed81a02a2c3edc5b427ab5c6ad61c3"><code>f25e1af</code></a>
Merge pull request <a
href="https://redirect.github.com/flippercloud/flipper/issues/743">#743</a>
from jnunemaker/the-one-true-gem</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/94cfbdd4b9d9c8789d59f3f016fda41e19d3d483"><code>94cfbdd</code></a>
Update changelog</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/4e4decbbe990a2b0a6b636ae1128d969e2cab541"><code>4e4decb</code></a>
Use climate_control to modify ENV in specs</li>
<li><a
href="https://github.com/flippercloud/flipper/commit/88b79563ad296434c92c458917406b68dc7166d5"><code>88b7956</code></a>
Add direct links to homepage urls in gemspecs</li>
<li>Additional commits viewable in <a
href="https://github.com/flippercloud/flipper/compare/v0.28.3...v1.0.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 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>

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 Sep 10, 2023
1 parent b52cbcb commit 0b3b0f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ gem 'devise', '~> 4.9'
gem 'discard', '~> 1.2'
gem 'discordrb-webhooks', '~> 3.4'
gem 'dry-initializer', '~> 3.1'
gem 'flipper', '~> 0.28'
gem 'flipper-active_record', '~> 0.28'
gem 'flipper-ui', '~> 0.28'
gem 'flipper', '~> 1.0'
gem 'flipper-active_record', '~> 1.0'
gem 'flipper-ui', '~> 1.0'
gem 'friendly_id', '~> 5.5'
gem 'github_webhook', '~> 1.4'
gem 'inline_svg', '~> 1.9'
Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brow (0.4.1)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand Down Expand Up @@ -181,15 +182,16 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
flipper (0.28.3)
flipper (1.0.0)
brow (~> 0.4.1)
concurrent-ruby (< 2)
flipper-active_record (0.28.3)
flipper-active_record (1.0.0)
activerecord (>= 4.2, < 8)
flipper (~> 0.28.3)
flipper-ui (0.28.3)
flipper (~> 1.0.0)
flipper-ui (1.0.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.28.3)
rack (>= 1.4, < 3)
flipper (~> 1.0.0)
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7)
formtastic (4.0.0)
Expand Down Expand Up @@ -304,7 +306,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (9.3.1)
nio4r (2.5.9)
nokogiri (1.15.3)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
noticed (1.6.3)
Expand Down Expand Up @@ -354,8 +356,8 @@ GEM
rack (>= 1.0, < 4)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
rack-protection (3.0.6)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -592,9 +594,9 @@ DEPENDENCIES
erb_lint (~> 0.4)
factory_bot_rails (~> 6.2)
faraday-retry (~> 2.2)
flipper (~> 0.28)
flipper-active_record (~> 0.28)
flipper-ui (~> 0.28)
flipper (~> 1.0)
flipper-active_record (~> 1.0)
flipper-ui (~> 1.0)
friendly_id (~> 5.5)
github_webhook (~> 1.4)
inline_svg (~> 1.9)
Expand Down

0 comments on commit 0b3b0f8

Please sign in to comment.