summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-01-26 17:37:48 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2018-01-26 17:45:59 -0500
commite9d007b9425019f67f222f38dcc603d074283abf (patch)
tree1b63800ea8b28c2204e493de4c2839c52b95c34f /Gemfile
parent37557f668499c5ccd24620d1a25c030ba2130e7b (diff)
Updated Redcarpet.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c66df69..6c72880 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'