Merge pull request #2663 from biosistemika/dependabot/bundler/sanitize-5.2.1

Bump sanitize from 5.1.0 to 5.2.1
This commit is contained in:
Alex Kriuchykhin 2020-06-17 10:56:22 +02:00 committed by GitHub
commit f8a48946c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ gem 'pg', '~> 1.1'
gem 'pg_search' # PostgreSQL full text search
gem 'rails', '~> 6.0.0'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'sanitize', '~> 5.0'
gem 'sanitize', '~> 5.2'
gem 'sassc-rails'
gem 'simple_token_authentication', '~> 1.16.0' # Token authentication for Devise
gem 'webpacker', '~> 4.0.0'

View file

@ -361,7 +361,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.1)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
@ -507,7 +507,7 @@ GEM
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
safe_yaml (1.0.5)
sanitize (5.1.0)
sanitize (5.2.1)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
@ -675,7 +675,7 @@ DEPENDENCIES
ruby-graphviz (~> 1.2)
rubyzip
rufus-scheduler (~> 3.5)
sanitize (~> 5.0)
sanitize (~> 5.2)
sassc-rails
scenic (~> 1.4)
sdoc (~> 1.0)