summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-10-07 04:59:21 +0200
committerjomo <github@jomo.tv>2013-10-07 04:59:21 +0200
commit5fac505a31e6fdaf108ac29cf927ec097c925632 (patch)
treecc6b2c838e85dc4b3b34a1c5504b89a20f1027d7 /Gemfile
parent27613877038bb37488e1f71902071b82c655b304 (diff)
another big commit :D
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 18434a7..0d852c0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,10 @@ gem 'jquery-rails'
gem 'therubyracer'
gem 'bcrypt-ruby', '~> 3.0.0' # To use ActiveModel has_secure_password
gem 'simple_form'
-gem 'rbbcode'
+gem 'sanitize'
+gem 'github-markdown'
+gem 'hirb' #pretty console output
+gem 'rb-readline'
# Gems used only for assets and not required
# in production environments by default.
@@ -25,6 +28,7 @@ group :assets do
end
group :development do
+ gem 'webrick'
gem 'better_errors'
gem 'binding_of_caller'
end