mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #2399 from TracksApp/dependabot/bundler/sanitize-5.2.1
[Security] Bump sanitize from 5.1.0 to 5.2.1
This commit is contained in:
commit
bd03974c7d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ gem "sqlite3", group: :sqlite
|
|||
gem "mysql2", "~> 0.5.3", group: :mysql
|
||||
|
||||
gem "RedCloth"
|
||||
gem "sanitize", "~> 5.1"
|
||||
gem "sanitize", "~> 5.2"
|
||||
gem "will_paginate"
|
||||
gem "acts_as_list"
|
||||
gem "aasm", '~> 3.4.0'
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ GEM
|
|||
ruby-progressbar (1.10.1)
|
||||
rubyzip (2.0.0)
|
||||
safe_yaml (1.0.5)
|
||||
sanitize (5.1.0)
|
||||
sanitize (5.2.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.8.0)
|
||||
nokogumbo (~> 2.0)
|
||||
|
|
@ -318,7 +318,7 @@ DEPENDENCIES
|
|||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 0.83)
|
||||
sanitize (~> 5.1)
|
||||
sanitize (~> 5.2)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 3.142)
|
||||
simplecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue