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 from 1.0.1 to 1.4.4 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
GIT
remote: git://github.com/rails-api/active_model_serializers.git
revision: 77fb050d24420cc77734973e7f57f1980aca6963
remote: https://github.com/rails-api/active_model_serializers.git
revision: beeb216fab286537389788349c513264325393ef
specs:
active_model_serializers (0.10.0.pre)
activemodel (>= 4.0)
active_model_serializers (1.0.0.pre.dev)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -67,6 +66,7 @@ GEM
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
columnize (0.9.0)
crass (1.0.6)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
docile (1.1.5)
Expand Down Expand Up @@ -111,7 +111,8 @@ GEM
actionpack (>= 3.0)
activerecord (>= 3.0)
railties (>= 3.0)
loofah (2.0.1)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
Expand Down Expand Up @@ -165,8 +166,8 @@ GEM
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1)
loofah (~> 2.0)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down