summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-04-09 14:22:50 +0200
committerjomo <github@jomo.tv>2015-04-09 14:22:50 +0200
commit1ca17d9931a733989da47821f1ccdbb1226726bb (patch)
tree6e4fb8c910357da0eb2c00a0f1d4e3dd9180e05e /Gemfile
parent0ab2b99c31b2d4d30cba3d5e52eb5bed4b1bbc01 (diff)
update redcarpet due to XSS bug
http://danlec.com/blog/bug-in-sundown-and-redcarpet
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4bbee9e..7d6f0ff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'