Skip to content

Commit

Permalink
Bump discard from 1.2.1 to 1.3.0
Browse files Browse the repository at this point in the history
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](jhawthorn/discard@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dorner committed Aug 18, 2023
1 parent 830aa63 commit 9c0bf25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9c0bf25

Please sign in to comment.