web/Gemfile.lock
changeset 40 856c1bc7f3b7
parent 33 9abd986fa635
child 44 0429d91be03e
--- a/web/Gemfile.lock	Sun Jun 16 23:26:29 2013 +0200
+++ b/web/Gemfile.lock	Tue Jun 18 01:23:47 2013 +0200
@@ -35,7 +35,15 @@
       net-ssh (>= 2.0.14)
       net-ssh-gateway (>= 1.1.0)
     coderay (1.0.9)
+    coffee-rails (4.0.0)
+      coffee-script (>= 2.2.0)
+      railties (>= 4.0.0.beta, < 5.0)
+    coffee-script (2.2.0)
+      coffee-script-source
+      execjs
+    coffee-script-source (1.6.2)
     columnize (0.3.6)
+    commonjs (0.2.6)
     debugger (1.6.0)
       columnize (>= 0.3.1)
       debugger-linecache (~> 1.2.0)
@@ -58,6 +66,11 @@
       jquery-rails
       railties (>= 3.1.0)
     json (1.8.0)
+    less (2.3.1)
+      commonjs (~> 0.2.6)
+    less-rails (2.3.2)
+      actionpack (>= 3.1)
+      less (~> 2.3.1)
     libv8 (3.11.8.17)
     mail (2.5.4)
       mime-types (~> 1.16)
@@ -149,6 +162,8 @@
     treetop (1.4.14)
       polyglot
       polyglot (>= 0.3.1)
+    turbolinks (1.2.0)
+      coffee-rails
     twitter-bootstrap-rails (2.2.7)
       actionpack (>= 3.1)
       execjs
@@ -168,6 +183,7 @@
   jbuilder (~> 1.0.1)
   jquery-rails (~> 3.0.1)
   jquery-ui-rails (~> 4.0.3)
+  less-rails (~> 2.3.2)
   pry (~> 0.9.12.2)
   pry-debugger (~> 0.2.2)
   pry-doc (~> 0.4.6)
@@ -179,5 +195,6 @@
   sdoc
   sqlite3 (~> 1.3.0)
   therubyracer (~> 0.11.4)
+  turbolinks (~> 1.2.0)
   twitter-bootstrap-rails (~> 2.2.7)
   uglifier (>= 1.3.0)