From b1f99ca137d3f64e1902b07491ddbcb663e48515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 04:29:02 +0000 Subject: [PATCH] Bump discard from 1.2.1 to 1.3.0 Bumps [discard](https://github.com/jhawthorn/discard) from 1.2.1 to 1.3.0. - [Changelog](https://github.com/jhawthorn/discard/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhawthorn/discard/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: discard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1cd7aa694e..09d659cea9 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "rails", "7.0.7" # gem 'azure-storage', '~> 0.15.0.preview', require: false gem 'azure-storage-blob' # Adds soft delete functionality for models. -gem 'discard', '~> 1.0' +gem 'discard', '~> 1.3' # Adds grouping by date/month/etc to queries. gem "groupdate", "~> 6.3" # Treats attributes like money, which knows about dollars and cents. diff --git a/Gemfile.lock b/Gemfile.lock index 9933bf8f87..68867c6e98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM actionmailer (>= 5.0) devise (>= 4.6) diff-lcs (1.5.0) - discard (1.2.1) + discard (1.3.0) activerecord (>= 4.2, < 8) docile (1.4.0) dotenv (2.8.1) @@ -649,7 +649,7 @@ DEPENDENCIES delayed_job_web devise (>= 4.7.1) devise_invitable - discard (~> 1.0) + discard (~> 1.3) dotenv-rails factory_bot_rails faker