Skip to content

Commit 6278c81

Browse files
authored
Build(deps): Bump groupdate from 6.5.1 to 6.6.0 (#833)
Bumps [groupdate](https://github.com/ankane/groupdate) from 6.5.1 to 6.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ankane/groupdate/blob/master/CHANGELOG.md">groupdate's changelog</a>.</em></p> <blockquote> <h2>6.6.0 (2025-05-04)</h2> <ul> <li>Dropped support for Ruby &lt; 3.2 and Active Record &lt; 7.1</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ankane/groupdate/commit/4a2a3430b275384be26ec9c8fc2fb2f3c71aced4"><code>4a2a343</code></a> Version bump to 6.6.0 [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/2af167167bf3974847d614e5218fa952edf4013f"><code>2af1671</code></a> Updated tests for JRuby [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/97e27b8084064e3cf6bfdcae8e662b2b949fc9bb"><code>97e27b8</code></a> Updated license year [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/ec43da5a4cb556c077c598e127e24e1b84a9f5e6"><code>ec43da5</code></a> Dropped support for Ruby &lt; 3.2 and Active Record &lt; 7.1</li> <li><a href="https://github.com/ankane/groupdate/commit/de048324499325b7fcfa32e88373b88a651ec45c"><code>de04832</code></a> Updated gemfile [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/78e542b476ebe4970eda81908b4cb6bdf77d61e2"><code>78e542b</code></a> Removed unneeded require [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/959288ad5bbbfd356b3eb967865cb1f30749a810"><code>959288a</code></a> Test with Ruby 3.4 on CI [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/8f6dea3d915420efa29278925045b7e7269ccf8b"><code>8f6dea3</code></a> Updated readme [skip ci]</li> <li><a href="https://github.com/ankane/groupdate/commit/ec834e04689a384dff83a7e3724fc6ff081638f1"><code>ec834e0</code></a> Test with Rails 8.0.0 on CI</li> <li><a href="https://github.com/ankane/groupdate/commit/1421dde50770b0755f157c59ed17417eae45ac83"><code>1421dde</code></a> Updated changelog [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/ankane/groupdate/compare/v6.5.1...v6.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=groupdate&package-manager=bundler&previous-version=6.5.1&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
2 parents ba71a76 + 77fb3c4 commit 6278c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ GEM
226226
coercible (1.0.0)
227227
descendants_tracker (~> 0.0.1)
228228
concurrent-ruby (1.3.5)
229-
connection_pool (2.5.2)
229+
connection_pool (2.5.3)
230230
coveralls_reborn (0.28.0)
231231
simplecov (~> 0.22.0)
232232
term-ansicolor (~> 1.7)
@@ -354,8 +354,8 @@ GEM
354354
google-protobuf (4.30.2-x86_64-linux)
355355
bigdecimal
356356
rake (>= 13)
357-
groupdate (6.5.1)
358-
activesupport (>= 7)
357+
groupdate (6.6.0)
358+
activesupport (>= 7.1)
359359
hashie (5.0.0)
360360
highline (3.1.2)
361361
reline

0 commit comments

Comments
 (0)