diff --git a/Gemfile b/Gemfile index 3dc14983..c23d8b90 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem 'dm-devise', '~> 1.5' gem 'rubycas-client' gem 'devise_cas_authenticatable' gem 'mail' -gem 'RedCloth', '~> 4.2.9', :require => 'redcloth' +gem 'RedCloth', '~> 4.3.2', :require => 'redcloth' gem 'chronic' gem 'pdfkit' gem 'ezprint' diff --git a/Gemfile.lock b/Gemfile.lock index 85d012f7..4105296e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,7 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.2.9) - RedCloth (4.2.9-java) + RedCloth (4.3.2) actionmailer (3.2.22) actionpack (= 3.2.22) mail (~> 2.5.4) @@ -325,7 +324,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2.9) + RedCloth (~> 4.3.2) actionmailer (= 3.2.22) actionpack (= 3.2.22) activesupport (= 3.2.22)