Bump redcarpet
This commit is contained in:
parent
d6f8a21706
commit
704fa9921b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -133,7 +133,7 @@ gem "leaflet-rails", "0.7.7"
|
|||
# Parsing
|
||||
|
||||
gem "nokogiri", "1.7.0.1"
|
||||
gem "redcarpet", "3.3.4"
|
||||
gem "redcarpet", "3.4.0"
|
||||
gem "twitter-text", "1.14.0"
|
||||
gem "ruby-oembed", "0.10.1"
|
||||
gem "open_graph_reader", "0.6.1"
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@ GEM
|
|||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.3.4)
|
||||
redcarpet (3.4.0)
|
||||
redis (3.3.1)
|
||||
redis-namespace (1.5.2)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
|
|
@ -891,7 +891,7 @@ DEPENDENCIES
|
|||
rails_admin (= 0.8.1)
|
||||
rb-fsevent (= 0.9.7)
|
||||
rb-inotify (= 0.9.7)
|
||||
redcarpet (= 3.3.4)
|
||||
redcarpet (= 3.4.0)
|
||||
responders (= 2.3.0)
|
||||
rspec-rails (= 3.5.2)
|
||||
rubocop (= 0.40.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue