mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix rails-html_sanitizer in Gemfile template
[skip ci]
This commit is contained in:
parent
b30b99c615
commit
ff39a975a7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source 'https://rubygems.org'
|
|||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
# Use Rails Html Sanitizer for HTML sanitization
|
||||
gem 'rails-html-snaitizer', github: 'rails/rails', branch: 'master'
|
||||
gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer', branch: 'master'
|
||||
#temporary gem until a new version of loofah is released
|
||||
gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub'
|
||||
|
||||
|
|
Loading…
Reference in a new issue