Skip to content

Commit

Permalink
Bump version of redcarpet to avoid memory leak
Browse files Browse the repository at this point in the history
See these links for more information:

* vmg/redcarpet#516
* http://www.be9.io/2015/09/21/memory-leak/
  • Loading branch information
n00dle committed Sep 24, 2015
1 parent 2c117a7 commit 7700da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|

gem.add_dependency("activesupport")
gem.add_dependency("i18n", ">=0.6.8")
gem.add_dependency("redcarpet")
gem.add_dependency("redcarpet", ">=3.3.3")

gem.add_development_dependency("rake")
gem.add_development_dependency("railties")
Expand Down

0 comments on commit 7700da7

Please sign in to comment.