bump redcarpet
This commit is contained in:
parent
19875a59e0
commit
e0e2ab01af
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -127,7 +127,7 @@ gem "messagebus_ruby_api", "1.0.3"
|
|||
# Parsing
|
||||
|
||||
gem "nokogiri", "1.6.6.2"
|
||||
gem "redcarpet", "3.3.2"
|
||||
gem "redcarpet", "3.3.3"
|
||||
gem "twitter-text", "1.13.0"
|
||||
gem "roxml", "3.1.6"
|
||||
gem "ruby-oembed", "0.8.14"
|
||||
|
|
|
|||
|
|
@ -602,7 +602,7 @@ GEM
|
|||
rb-fsevent (0.9.6)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.3.2)
|
||||
redcarpet (3.3.3)
|
||||
redis (3.2.1)
|
||||
redis-namespace (1.5.2)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
|
|
@ -850,7 +850,7 @@ DEPENDENCIES
|
|||
rails_admin (= 0.7.0)
|
||||
rb-fsevent (= 0.9.6)
|
||||
rb-inotify (= 0.9.5)
|
||||
redcarpet (= 3.3.2)
|
||||
redcarpet (= 3.3.3)
|
||||
remotipart (= 1.2.1)
|
||||
responders (= 2.1.0)
|
||||
roxml (= 3.1.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue