Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rails-html-sanitizer and loofah #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.8.1'
gem 'rails-html-sanitizer', '~> 1.4.3'
gem 'rails-html-sanitizer', '~> 1.4.4'
# Use sqlite3 as the database for Active Record
#gem 'sqlite3'
gem 'mysql2'
Expand Down Expand Up @@ -58,7 +58,7 @@ gem 'daemons'
gem 'chronic_duration'
gem 'dalli'
gem 'spectrum-rails'
gem 'loofah', '~> 2.5.0'
gem 'loofah', '~> 2.19.1'
gem 'nokogiri'
gem 'tod'
gem 'redcarpet'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.5.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
public_suffix (4.0.6)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.1)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand All @@ -172,8 +172,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-jquery-autocomplete (1.0.5)
rails (>= 3.2)
rails-observers (0.1.5)
Expand Down Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
jquery-rails
jquery-ui-rails
listen
loofah (~> 2.5.0)
loofah (~> 2.19.1)
mysql2
nanoid
nokogiri
Expand All @@ -263,7 +263,7 @@ DEPENDENCIES
puma
rails (= 5.2.8.1)
rails-controller-testing
rails-html-sanitizer (~> 1.4.3)
rails-html-sanitizer (~> 1.4.4)
rails-jquery-autocomplete
rails-observers
redcarpet
Expand Down