diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 5 | 
2 files changed, 3 insertions, 4 deletions
@@ -87,7 +87,7 @@ gem 'calendar_helper', '0.2.5'  gem 'cocoon'  gem 'slim-rails', '~> 3.1'  gem 'formtastic', '2.3.1' -gem 'RedCloth' +gem 'RedCloth', '~> 4.3.0'  gem 'simple_form', '~> 3.1.0'  gem 'font-awesome-sass', '~> 4.2.0'  gem 'will_paginate-bootstrap', '~> 1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index e55006fef..43ca0b023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,8 +32,7 @@ GEM    remote: http://rubygems.org/    remote: http://rails-assets.org/    specs: -    RedCloth (4.2.9) -    RedCloth (4.2.9-java) +    RedCloth (4.3.2)      SyslogLogger (2.0)      aasm (4.5.2)      actionmailer (4.1.10) @@ -585,7 +584,7 @@ PLATFORMS    ruby  DEPENDENCIES -  RedCloth +  RedCloth (~> 4.3.0)    SyslogLogger    aasm    active_attr  | 
