diff --git a/Gemfile b/Gemfile index 29da07f..abf9bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :gemcutter gem "rails", "~> 2.3.16" -gem "RedCloth", "~> 4.2.7" +gem "RedCloth", "~> 4.3.2" gem "heroku-nav", "0.1.24" gem "thin", "1.2.7" gem "pg", "0.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1b28312..81a2842 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.2.9) + RedCloth (4.3.2) actionmailer (2.3.16) actionpack (= 2.3.16) actionpack (2.3.16) @@ -43,7 +43,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2.7) + RedCloth (~> 4.3.2) heroku-nav (= 0.1.24) pg (= 0.14.1) rack-ssl-enforcer