update redcarpet due to XSS bug

http://danlec.com/blog/bug-in-sundown-and-redcarpet
This commit is contained in:
jomo
2015-04-09 14:22:50 +02:00
parent 0ab2b99c31
commit 1ca17d9931
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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