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.3 to 1.4.4 #17

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
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/capistrano/rbenv.git
revision: c029e4128e4a8f25adda35795f5729bd4f62e51f
remote: https://github.com/capistrano/rbenv.git
revision: 1fdb93a6dd4a4ab3fb786c995055cf6949daf7a4
specs:
capistrano-rbenv (2.1.3)
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)

Expand Down Expand Up @@ -84,7 +84,7 @@ GEM
country_select (3.1.1)
countries (~> 2.0)
sort_alphabetical (~> 1.0)
crass (1.0.3)
crass (1.0.6)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand All @@ -109,17 +109,19 @@ GEM
thor (>= 0.14, < 2.0)
json (1.8.6)
libv8 (3.16.14.19)
loofah (2.1.1)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_portile2 (2.8.0)
minitest (5.11.3)
momentjs-rails (2.17.1)
railties (>= 3.1)
Expand All @@ -128,8 +130,9 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
orm_adapter (0.5.0)
paperclip (5.2.1)
activemodel (>= 4.2.0)
Expand All @@ -138,6 +141,7 @@ GEM
mime-types
mimemagic (~> 0.3.0)
pg (0.21.0)
racc (1.6.1)
rack (1.6.8)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -158,8 +162,8 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (4.2.1)
actionpack (= 4.2.1)
activesupport (= 4.2.1)
Expand Down