Commit 11e4a5ae

mo khan <mo@mokhan.ca>
2013-05-05 05:50:24
add mixpanel gem
1 parent a42b7c8
Changed files (2)
Gemfile
@@ -20,6 +20,7 @@ gem 'jquery-fileupload-rails'
 gem 'capistrano-gitflow'
 gem 'dotenv-rails'
 gem 'airbrake'
+gem 'mixpanel'
 
 group :development, :test do
   gem 'pg'
Gemfile.lock
@@ -120,6 +120,7 @@ GEM
     dotenv-rails (0.7.0)
       dotenv (= 0.7.0)
     erubis (2.7.0)
+    escape (0.0.4)
     excon (0.19.5)
     execjs (1.4.0)
       multi_json (~> 1.0)
@@ -183,6 +184,10 @@ GEM
       activesupport (~> 3.1)
       polyamorous (~> 0.5.0)
     mime-types (1.21)
+    mixpanel (4.0.0)
+      escape
+      json
+      rack
     multi_json (1.7.1)
     net-scp (1.1.0)
       net-ssh (>= 2.6.5)
@@ -315,6 +320,7 @@ DEPENDENCIES
   jquery-fileupload-rails
   jquery-rails
   kaminari
+  mixpanel
   newrelic_rpm
   pg
   rails