aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-05-13 23:30:33 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-05-14 19:52:47 +0200
commitad3628b3116553cc02c354fb5c552ec103de52dd (patch)
treeea4586479f955c53dbd2b61aa365c52270e66ead /Gemfile
parent567aa5440e3030161cb9dd0864909f1ccce60f72 (diff)
downloadrails-ad3628b3116553cc02c354fb5c552ec103de52dd.tar.gz
rails-ad3628b3116553cc02c354fb5c552ec103de52dd.tar.bz2
rails-ad3628b3116553cc02c354fb5c552ec103de52dd.zip
Update Redcarpet to 3.1.2
This version fixes an API breakage between 3.0 and 3.1 ; the header method's arity should not have changed. [ci skip]
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0e7c6dc755..57b8bfca1e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@ gem 'uglifier', '>= 1.3.0', require: false
group :doc do
gem 'sdoc', '~> 0.4.0'
- gem 'redcarpet', '~> 3.1.0', platforms: :ruby
+ gem 'redcarpet', '~> 3.1.2', platforms: :ruby
gem 'w3c_validators'
gem 'kindlerb'
end