Updated Redcarpet.

This commit is contained in:
Logan Fick
2018-01-26 17:37:48 -05:00
parent 37557f6684
commit e9d007b942
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ gem 'jquery-rails'
gem 'bcrypt' # To use ActiveModel's has_secure_password
gem 'sanitize'
gem 'strip_attributes'
gem 'redcarpet', '~> 3.2.3'
gem 'redcarpet'
gem 'hirb' # pretty console output
gem 'rb-readline'
gem 'rest-client'

View File

@@ -205,7 +205,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-readline (0.5.5)
redcarpet (3.2.3)
redcarpet (3.4.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
@@ -276,7 +276,7 @@ DEPENDENCIES
rails!
rails-erd
rb-readline
redcarpet (~> 3.2.3)
redcarpet
rest-client
sanitize
sass-rails