Do not require capistrano for autoloading, add perf profiling tools'
authorMarcel Hlopko <marcel@hlopko.com>
Tue, 17 Nov 2015 15:02:56 +0100
changeset 305 7ce8706b1ea5
parent 304 91286a87b569
child 306 8050d8d3681f
Do not require capistrano for autoloading, add perf profiling tools'
web/Gemfile
web/Gemfile.lock
--- a/web/Gemfile	Mon Nov 16 16:21:55 2015 +0100
+++ b/web/Gemfile	Tue Nov 17 15:02:56 2015 +0100
@@ -21,19 +21,17 @@
 gem "quiet_assets"
 
 group :development do
-  gem "capistrano", "~> 2.15"
+  gem "capistrano", "~> 2.15", require: false
   gem "rvm-capistrano", "~> 1.3"
   gem "pry", "~> 0.9"
   gem "byebug"
   gem "pry-byebug"
   gem "annotate"
   gem "bullet"
+  gem "stackprof"
+  gem "memory_profiler"
 end
 
 group :test do
   gem "rspec-rails"
 end
-
-group :doc do
-  gem "sdoc", {:require=>false}
-end
--- a/web/Gemfile.lock	Mon Nov 16 16:21:55 2015 +0100
+++ b/web/Gemfile.lock	Tue Nov 17 15:02:56 2015 +0100
@@ -105,6 +105,7 @@
     libv8 (3.16.14.7)
     mail (2.6.1)
       mime-types (>= 1.16, < 3)
+    memory_profiler (0.9.6)
     method_source (0.8.2)
     mime-types (2.4.3)
     minitest (5.4.2)
@@ -148,8 +149,6 @@
     rake (10.3.2)
     rake-compiler (0.9.3)
       rake
-    rdoc (4.1.2)
-      json (~> 1.4)
     ref (1.0.5)
     rspec-core (3.1.7)
       rspec-support (~> 3.1.0)
@@ -169,9 +168,6 @@
     rspec-support (3.1.2)
     rvm-capistrano (1.5.4)
       capistrano (~> 2.15.4)
-    sdoc (0.4.1)
-      json (~> 1.7, >= 1.7.7)
-      rdoc (~> 4.0)
     slop (3.6.0)
     sprockets (2.12.2)
       hike (~> 1.2)
@@ -183,6 +179,7 @@
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
     sqlite3 (1.3.9)
+    stackprof (0.2.7)
     therubyracer (0.12.1)
       libv8 (~> 3.16.14.0)
       ref
@@ -216,6 +213,7 @@
   jquery-ui-rails
   less-rails
   less-rails-bootstrap
+  memory_profiler
   pry (~> 0.9)
   pry-byebug
   quiet_assets
@@ -224,8 +222,11 @@
   rickshaw_rails!
   rspec-rails
   rvm-capistrano (~> 1.3)
-  sdoc
   sqlite3
+  stackprof
   therubyracer
   turbolinks
   uglifier
+
+BUNDLED WITH
+   1.10.6