Skip to content

Commit

Permalink
Bump strip_attributes from 1.13.0 to 1.14.0 (#2714)
Browse files Browse the repository at this point in the history
Bumps [strip_attributes](https://github.com/rmm5t/strip_attributes) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/rmm5t/strip_attributes/releases)
- [Changelog](https://github.com/rmm5t/strip_attributes/blob/master/CHANGELOG.md)
- [Commits](rmm5t/strip_attributes@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: strip_attributes
  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 12, 2024
1 parent a6509b3 commit c1ad841
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 @@ -69,7 +69,7 @@ gem "strong_migrations", "~> 2.1"
gem "discard", "~> 1.4"

# ActiveModel extension to remove extra whitespace from attributes
gem "strip_attributes", "~> 1.13"
gem "strip_attributes", "~> 1.14"

# Use postgresql for data persistence
gem "pg", "~> 1.5"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
strip_attributes (1.13.0)
activemodel (>= 3.0, < 8.0)
strip_attributes (1.14.0)
activemodel (>= 3.0, < 9.0)
stripe (10.15.0)
strong_migrations (2.1.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
square.rb
standard (~> 1.41)
stimulus-rails
strip_attributes (~> 1.13)
strip_attributes (~> 1.14)
stripe
strong_migrations (~> 2.1)
turbo-rails
Expand Down

0 comments on commit c1ad841

Please sign in to comment.