Skip to content

Commit 078150d

Browse files
build(deps): bump groupdate from 6.4.0 to 6.5.1 (#4966)
Bumps [groupdate](https://github.com/ankane/groupdate) from 6.4.0 to 6.5.1. - [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md) - [Commits](ankane/groupdate@v6.4.0...v6.5.1) --- updated-dependencies: - dependency-name: groupdate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 480476d commit 078150d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'azure-storage-blob'
2424
# Adds soft delete functionality for models.
2525
gem 'discard', '~> 1.3'
2626
# Adds grouping by date/month/etc to queries.
27-
gem "groupdate", "~> 6.4"
27+
gem "groupdate", "~> 6.5"
2828
# Treats attributes like money, which knows about dollars and cents.
2929
gem "money-rails"
3030
# Tracks history / audits models.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ GEM
277277
csv (>= 3.0.0)
278278
globalid (1.2.1)
279279
activesupport (>= 6.1)
280-
groupdate (6.4.0)
281-
activesupport (>= 6.1)
280+
groupdate (6.5.1)
281+
activesupport (>= 7)
282282
guard (2.18.0)
283283
formatador (>= 0.2.4)
284284
listen (>= 2.7, < 4.0)
@@ -764,7 +764,7 @@ DEPENDENCIES
764764
flipper-ui
765765
foreman
766766
geocoder
767-
groupdate (~> 6.4)
767+
groupdate (~> 6.5)
768768
guard-rspec
769769
httparty
770770
icalendar

0 commit comments

Comments
 (0)