Merge pull request #2969 from TracksApp/dependabot/bundler/sanitize-6.1.0

Bump sanitize from 6.0.2 to 6.1.0
This commit is contained in:
Matt Rogers 2023-10-18 10:15:40 -05:00 committed by GitHub
commit c58a16106e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ gem "kt-paperclip", "~> 7.2"
gem 'puma', '~> 6.3'
gem 'rails_autolink'
gem 'RedCloth'
gem 'sanitize', '~> 6.0'
gem 'sanitize', '~> 6.1'
gem 'tracks-chartjs-ror'
gem 'will_paginate'