Skip to content
Snippets Groups Projects
Commit 99583382 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

adding stackprof gem

parent f8b80f0b
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ gem 'rubycritic', require: false ...@@ -81,6 +81,7 @@ gem 'rubycritic', require: false
# docs # docs
gem 'rdoc' gem 'rdoc'
gem 'stackprof'
group :development, :test do group :development, :test do
# profiler # profiler
......
...@@ -42,7 +42,7 @@ GEM ...@@ -42,7 +42,7 @@ GEM
memoizable (~> 0.4.0) memoizable (~> 0.4.0)
arel (6.0.3) arel (6.0.3)
ast (2.1.0) ast (2.1.0)
autoprefixer-rails (6.0.2) autoprefixer-rails (6.0.3)
execjs execjs
json json
axiom-types (0.1.1) axiom-types (0.1.1)
...@@ -137,7 +137,7 @@ GEM ...@@ -137,7 +137,7 @@ GEM
railties (>= 3.1.0) railties (>= 3.1.0)
turbolinks turbolinks
json (1.8.3) json (1.8.3)
libv8 (3.16.14.7) libv8 (3.16.14.11)
locastyle (0.0.1) locastyle (0.0.1)
loofah (2.0.3) loofah (2.0.3)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
...@@ -151,7 +151,7 @@ GEM ...@@ -151,7 +151,7 @@ GEM
open4 (~> 1.3.4) open4 (~> 1.3.4)
rake rake
mini_portile (0.6.2) mini_portile (0.6.2)
minitest (5.8.0) minitest (5.8.1)
multi_json (1.11.2) multi_json (1.11.2)
netrc (0.10.3) netrc (0.10.3)
nokogiri (1.6.6.2) nokogiri (1.6.6.2)
...@@ -170,7 +170,7 @@ GEM ...@@ -170,7 +170,7 @@ GEM
ast (>= 1.1, < 3.0) ast (>= 1.1, < 3.0)
pg (0.18.3) pg (0.18.3)
procto (0.0.2) procto (0.0.2)
puma (2.13.4) puma (2.14.0)
rack (1.6.4) rack (1.6.4)
rack-cors (0.4.0) rack-cors (0.4.0)
rack-mini-profiler (0.9.7) rack-mini-profiler (0.9.7)
...@@ -210,7 +210,7 @@ GEM ...@@ -210,7 +210,7 @@ GEM
parser (~> 2.2.0.pre.7) parser (~> 2.2.0.pre.7)
rainbow (>= 1.99, < 3.0) rainbow (>= 1.99, < 3.0)
unparser (~> 0.2.2) unparser (~> 0.2.2)
ref (1.0.5) ref (2.0.0)
responders (2.1.0) responders (2.1.0)
railties (>= 4.2.0, < 5) railties (>= 4.2.0, < 5)
rest-client (1.8.0) rest-client (1.8.0)
...@@ -250,13 +250,14 @@ GEM ...@@ -250,13 +250,14 @@ GEM
shoulda-matchers (2.8.0) shoulda-matchers (2.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
spring (1.4.0) spring (1.4.0)
sprockets (3.3.4) sprockets (3.3.5)
rack (~> 1.0) rack (> 1, < 3)
sprockets-rails (2.3.3) sprockets-rails (2.3.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
stackprof (0.2.7)
therubyracer (0.12.2) therubyracer (0.12.2)
libv8 (~> 3.16.14.0) libv8 (~> 3.16.14.0)
ref ref
...@@ -338,6 +339,7 @@ DEPENDENCIES ...@@ -338,6 +339,7 @@ DEPENDENCIES
shoulda-callback-matchers (~> 1.1.1) shoulda-callback-matchers (~> 1.1.1)
spring spring
sqlite3 sqlite3
stackprof
therubyracer therubyracer
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment