diff --git a/Gemfile b/Gemfile index 02d8f452..cb7c8a3b 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'mimetype-fu' gem 'actionmailer-with-request', :require => 'actionmailer_with_request' gem 'heroku', '1.19.1' gem 'httparty', '0.7.8' -gem 'RedCloth', '4.2.8' +gem 'RedCloth', '4.2.9' gem 'delayed_job_mongoid', '1.0.8' gem 'rubyzip' gem 'locomotive_jammit-s3', :require => 'jammit-s3' diff --git a/Gemfile.lock b/Gemfile.lock index 2b5561da..9b2ad00f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM Platform (>= 0.4.0) open4 Platform (0.4.0) - RedCloth (4.2.8) + RedCloth (4.2.9) SystemTimer (1.2.3) ZenTest (4.6.2) abstract (1.0.0) @@ -281,7 +281,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (= 4.2.8) + RedCloth (= 4.2.9) SystemTimer ZenTest actionmailer-with-request diff --git a/locomotive_cms.gemspec b/locomotive_cms.gemspec index c79685bf..8fbef388 100644 --- a/locomotive_cms.gemspec +++ b/locomotive_cms.gemspec @@ -54,7 +54,7 @@ Gem::Specification.new do |s| s.add_dependency 'mimetype-fu' s.add_dependency 'actionmailer-with-request' s.add_dependency 'httparty', '0.7.8' - s.add_dependency 'RedCloth', '4.2.8' + s.add_dependency 'RedCloth', '4.2.9' s.add_dependency 'delayed_job_mongoid', '1.0.8' s.add_dependency 'rubyzip' s.add_dependency 'locomotive_jammit-s3'