Skip to content

Commit

Permalink
Bump discard from 1.3.0 to 1.4.0 (#2703)
Browse files Browse the repository at this point in the history
Bumps [discard](https://github.com/jhawthorn/discard) from 1.3.0 to 1.4.0.
- [Changelog](https://github.com/jhawthorn/discard/blob/master/CHANGELOG.md)
- [Commits](jhawthorn/discard@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: discard
  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>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent e1d8bc1 commit bd22cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gem "lockbox", "2.0.0"
gem "rotp", "~> 6.3"
gem "strong_migrations", "~> 2.0"
# Soft Deletion
gem "discard", "~> 1.2"
gem "discard", "~> 1.4"

# ActiveModel extension to remove extra whitespace from attributes
gem "strip_attributes", "~> 1.13"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ GEM
decent_exposure (3.0.4)
activesupport (>= 4.0)
diff-lcs (1.5.1)
discard (1.3.0)
activerecord (>= 4.2, < 8)
discard (1.4.0)
activerecord (>= 4.2, < 9.0)
docile (1.4.0)
dotenv (3.1.4)
dotenv-rails (3.1.4)
Expand Down Expand Up @@ -559,7 +559,7 @@ DEPENDENCIES
capybara
cssbundling-rails
decent_exposure (~> 3.0)
discard (~> 1.2)
discard (~> 1.4)
dotenv-rails
factory_bot_rails
faker
Expand Down

0 comments on commit bd22cae

Please sign in to comment.