Archived
update redcarpet due to XSS bug
http://danlec.com/blog/bug-in-sundown-and-redcarpet
This commit is contained in:
@@ -6,7 +6,7 @@ gem 'mysql2'
|
|||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
gem 'bcrypt-ruby' # To use ActiveModel's has_secure_password
|
gem 'bcrypt-ruby' # To use ActiveModel's has_secure_password
|
||||||
gem 'sanitize'
|
gem 'sanitize'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet', '~> 3.2.3'
|
||||||
gem 'hirb' # pretty console output
|
gem 'hirb' # pretty console output
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
|
|||||||
+2
-2
@@ -140,7 +140,7 @@ GEM
|
|||||||
raindrops (0.13.0)
|
raindrops (0.13.0)
|
||||||
rake (10.2.2)
|
rake (10.2.2)
|
||||||
rb-readline (0.5.1)
|
rb-readline (0.5.1)
|
||||||
redcarpet (3.1.1)
|
redcarpet (3.2.3)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
ruby-graphviz (1.0.9)
|
ruby-graphviz (1.0.9)
|
||||||
@@ -203,7 +203,7 @@ DEPENDENCIES
|
|||||||
rails (= 4.1.0)
|
rails (= 4.1.0)
|
||||||
rails-erd
|
rails-erd
|
||||||
rb-readline
|
rb-readline
|
||||||
redcarpet
|
redcarpet (~> 3.2.3)
|
||||||
rest-client
|
rest-client
|
||||||
sanitize
|
sanitize
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user