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

View File

@@ -6,7 +6,7 @@ gem 'mysql2'
gem 'jquery-rails'
gem 'bcrypt-ruby' # To use ActiveModel's has_secure_password
gem 'sanitize'
gem 'redcarpet'
gem 'redcarpet', '~> 3.2.3'
gem 'hirb' # pretty console output
gem 'rb-readline'
gem 'rest-client'

View File

@@ -140,7 +140,7 @@ GEM
raindrops (0.13.0)
rake (10.2.2)
rb-readline (0.5.1)
redcarpet (3.1.1)
redcarpet (3.2.3)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-graphviz (1.0.9)
@@ -203,7 +203,7 @@ DEPENDENCIES
rails (= 4.1.0)
rails-erd
rb-readline
redcarpet
redcarpet (~> 3.2.3)
rest-client
sanitize
sass-rails