Skip to content

Commit

Permalink
Build(deps): Bump rack-utf8_sanitizer from 1.9.1 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [rack-utf8_sanitizer](https://github.com/whitequark/rack-utf8_sanitizer) from 1.9.1 to 1.10.1.
- [Changelog](https://github.com/whitequark/rack-utf8_sanitizer/blob/main/CHANGELOG.md)
- [Commits](whitequark/rack-utf8_sanitizer@v1.9.1...v1.10.1)

---
updated-dependencies:
- dependency-name: rack-utf8_sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent aaa9b88 commit dbf5528
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 @@ -111,7 +111,7 @@ gem 'nokogiri', '~> 1.18.1'
gem 'open4', '~> 1.3.0'
gem 'puma', '~> 6.5.0'
gem 'rack', '~> 2.2.10'
gem 'rack-utf8_sanitizer', '~> 1.9.1'
gem 'rack-utf8_sanitizer', '~> 1.10.1'
gem 'recaptcha', '~> 5.18.0', require: 'recaptcha/rails'
gem 'matrix', '~> 0.4.2'
gem 'mini_magick', '~> 4.13.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ GEM
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rack-utf8_sanitizer (1.9.1)
rack-utf8_sanitizer (1.10.1)
rack (>= 1.0, < 4.0)
rails (7.0.8.7)
actioncable (= 7.0.8.7)
Expand Down Expand Up @@ -638,7 +638,7 @@ DEPENDENCIES
pry (~> 0.15.2)
puma (~> 6.5.0)
rack (~> 2.2.10)
rack-utf8_sanitizer (~> 1.9.1)
rack-utf8_sanitizer (~> 1.10.1)
rails (~> 7.0.8)
rails-controller-testing
rails-i18n (~> 7.0.10)
Expand Down

0 comments on commit dbf5528

Please sign in to comment.