added mini-profiler for development.

This commit is contained in:
Ralf Teusner
2016-06-27 16:49:11 +02:00
parent a2d92f1521
commit f54fce65bc
2 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,7 @@ group :development do
gem 'capistrano-rails' gem 'capistrano-rails'
gem 'capistrano-rvm' gem 'capistrano-rvm'
gem 'capistrano-upload-config' gem 'capistrano-upload-config'
gem 'rack-mini-profiler'
gem 'rubocop', require: false gem 'rubocop', require: false
gem 'rubocop-rspec' gem 'rubocop-rspec'
end end

View File

@ -195,6 +195,8 @@ GEM
pundit (1.1.0) pundit (1.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
rack (1.5.5) rack (1.5.5)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.1.14.1) rails (4.1.14.1)
@ -324,6 +326,7 @@ GEM
json (>= 1.8.0) json (>= 1.8.0)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf (0.1.4-java)
unf_ext (0.0.7.1) unf_ext (0.0.7.1)
unicode-display_width (0.3.1) unicode-display_width (0.3.1)
web-console (2.3.0) web-console (2.3.0)
@ -383,6 +386,7 @@ DEPENDENCIES
pry pry
puma (~> 2.15.3) puma (~> 2.15.3)
pundit pundit
rack-mini-profiler
rails (~> 4.1.13) rails (~> 4.1.13)
rails-i18n (~> 4.0.0) rails-i18n (~> 4.0.0)
rake rake