added sanitize gem
This commit is contained in:
parent
58517fbc01
commit
5b590d3455
1
Gemfile
1
Gemfile
|
@ -40,6 +40,7 @@ gem 'sinatra', require: false
|
||||||
|
|
||||||
gem 'questiongenerator', git: 'https://github.com/justask/questiongenerator.git'
|
gem 'questiongenerator', git: 'https://github.com/justask/questiongenerator.git'
|
||||||
|
|
||||||
|
gem 'sanitize'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
|
||||||
# OmniAuth and providers
|
# OmniAuth and providers
|
||||||
|
|
|
@ -77,6 +77,7 @@ GEM
|
||||||
coffee-script-source (1.8.0)
|
coffee-script-source (1.8.0)
|
||||||
colorize (0.7.5)
|
colorize (0.7.5)
|
||||||
connection_pool (2.1.0)
|
connection_pool (2.1.0)
|
||||||
|
crass (1.0.1)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
database_cleaner (1.3.0)
|
database_cleaner (1.3.0)
|
||||||
devise (3.4.1)
|
devise (3.4.1)
|
||||||
|
@ -152,6 +153,8 @@ GEM
|
||||||
net-ssh (2.9.1)
|
net-ssh (2.9.1)
|
||||||
nokogiri (1.6.5)
|
nokogiri (1.6.5)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
|
nokogumbo (1.2.0)
|
||||||
|
nokogiri
|
||||||
nprogress-rails (0.1.6.3)
|
nprogress-rails (0.1.6.3)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
omniauth (1.2.2)
|
omniauth (1.2.2)
|
||||||
|
@ -239,6 +242,10 @@ GEM
|
||||||
rspec-support (3.0.4)
|
rspec-support (3.0.4)
|
||||||
ruby-progressbar (1.7.0)
|
ruby-progressbar (1.7.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
|
sanitize (3.1.0)
|
||||||
|
crass (~> 1.0.1)
|
||||||
|
nokogiri (>= 1.4.4)
|
||||||
|
nokogumbo (= 1.2.0)
|
||||||
sass (3.2.19)
|
sass (3.2.19)
|
||||||
sass-rails (4.0.5)
|
sass-rails (4.0.5)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
|
@ -357,6 +364,7 @@ DEPENDENCIES
|
||||||
redis
|
redis
|
||||||
rspec-rails (~> 3.0.0)
|
rspec-rails (~> 3.0.0)
|
||||||
ruby-progressbar
|
ruby-progressbar
|
||||||
|
sanitize
|
||||||
sass-rails (~> 4.0.3)
|
sass-rails (~> 4.0.3)
|
||||||
sdoc (~> 0.4.1)
|
sdoc (~> 0.4.1)
|
||||||
sidekiq
|
sidekiq
|
||||||
|
|
Loading…
Reference in New Issue