summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-05-31 22:26:22 +0200
committerjomo <github@jomo.tv>2013-05-31 22:26:22 +0200
commit8921d108e238b12fab71cb4834a3020f592b75ae (patch)
tree4c2f359687506ae8b4688ad38399bf9ce2d52a99 /Gemfile
parent149232ec0cb112901648196ec341066bd88ee6be (diff)
first release
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile15
1 files changed, 9 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index e4e9806..18434a7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,11 @@ gem 'rails', '3.2.12'
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
-
+gem 'jquery-rails'
+gem 'therubyracer'
+gem 'bcrypt-ruby', '~> 3.0.0' # To use ActiveModel has_secure_password
+gem 'simple_form'
+gem 'rbbcode'
# Gems used only for assets and not required
# in production environments by default.
@@ -20,11 +24,10 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
end
-gem 'jquery-rails'
-gem 'therubyracer'
-
-# To use ActiveModel has_secure_password
-# gem 'bcrypt-ruby', '~> 3.0.0'
+group :development do
+ gem 'better_errors'
+ gem 'binding_of_caller'
+end
# To use Jbuilder templates for JSON
# gem 'jbuilder'