mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Merge pull request #3122 from TracksApp/dependabot/bundler/sanitize-7.0.0
Bump sanitize from 6.1.3 to 7.0.0
This commit is contained in:
commit
1a9ffd96d3
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -16,7 +16,7 @@ gem "kt-paperclip", "~> 7.2"
|
|||
gem 'puma', '~> 6.6'
|
||||
gem 'rails_autolink'
|
||||
gem 'RedCloth'
|
||||
gem 'sanitize', '~> 6.1'
|
||||
gem 'sanitize', '~> 7.0'
|
||||
gem 'tracks-chartjs-ror'
|
||||
gem 'will_paginate'
|
||||
|
||||
|
|
|
@ -332,9 +332,9 @@ GEM
|
|||
parser (>= 3.3.1.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
sanitize (6.1.3)
|
||||
sanitize (7.0.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
nokogiri (>= 1.16.8)
|
||||
sass-embedded (1.89.2)
|
||||
google-protobuf (~> 4.31)
|
||||
rake (>= 13)
|
||||
|
@ -446,7 +446,7 @@ DEPENDENCIES
|
|||
rexml
|
||||
rspec-expectations
|
||||
rubocop (~> 1.70)
|
||||
sanitize (~> 6.1)
|
||||
sanitize (~> 7.0)
|
||||
simplecov
|
||||
solargraph
|
||||
spring (~> 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue