bump redcarpet
This commit is contained in:
parent
f5a0d77e2a
commit
5f3b6533d9
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -121,7 +121,7 @@ gem 'messagebus_ruby_api', '1.0.3'
|
|||
# Parsing
|
||||
|
||||
gem 'nokogiri', '1.6.6.2'
|
||||
gem 'redcarpet', '3.2.0'
|
||||
gem 'redcarpet', '3.2.2'
|
||||
gem 'twitter-text', '1.10.0'
|
||||
gem 'roxml', '3.1.6'
|
||||
gem 'ruby-oembed', '0.8.11'
|
||||
|
|
|
|||
|
|
@ -542,7 +542,7 @@ GEM
|
|||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.2.0)
|
||||
redcarpet (3.2.2)
|
||||
redis (3.1.0)
|
||||
redis-namespace (1.5.1)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
|
|
@ -765,7 +765,7 @@ DEPENDENCIES
|
|||
rails_admin (= 0.6.6)
|
||||
rb-fsevent (= 0.9.4)
|
||||
rb-inotify (= 0.9.5)
|
||||
redcarpet (= 3.2.0)
|
||||
redcarpet (= 3.2.2)
|
||||
remotipart (= 1.2.1)
|
||||
responders (= 2.0.2)
|
||||
roxml (= 3.1.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue