summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
parent149232ec0cb112901648196ec341066bd88ee6be (diff)
first release
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock23
1 files changed, 23 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index eecfb76..30f44e2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,7 +29,14 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
+ bcrypt-ruby (3.0.1)
+ better_errors (0.7.2)
+ coderay (>= 1.0.0)
+ erubis (>= 2.6.6)
+ binding_of_caller (0.7.1)
+ debug_inspector (>= 0.0.1)
builder (3.0.4)
+ coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
@@ -37,6 +44,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.2)
+ debug_inspector (0.0.2)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
@@ -54,6 +62,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.23)
multi_json (1.7.3)
+ nokogiri (1.5.9)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
@@ -78,14 +87,23 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.4)
+ rbbcode (1.0.3)
+ sanitize
+ treetop
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.4)
+ sanitize (2.0.3)
+ nokogiri (>= 1.4.4, < 1.6)
+ nokogiri (>= 1.4.4, < 1.6)
sass (3.2.9)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
+ simple_form (2.1.0)
+ actionpack (~> 3.0)
+ activemodel (~> 3.0)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
@@ -109,10 +127,15 @@ PLATFORMS
ruby
DEPENDENCIES
+ bcrypt-ruby (~> 3.0.0)
+ better_errors
+ binding_of_caller
coffee-rails (~> 3.2.1)
jquery-rails
rails (= 3.2.12)
+ rbbcode
sass-rails (~> 3.2.3)
+ simple_form
sqlite3
therubyracer
uglifier (>= 1.0.3)