Skip to content

Commit

Permalink
Add rack-mini-profiler in development
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgrathwell committed Sep 6, 2015
1 parent 946b3a5 commit 028c71a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ group :development do
gem "better_errors"
gem "binding_of_caller"
gem "byebug"
gem 'rack-mini-profiler'
end

group :test, :development do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ GEM
rack-canonical-host (0.1.0)
addressable
rack (~> 1.0)
rack-mini-profiler (0.9.7)
rack (>= 1.1.3)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.3.1)
Expand Down Expand Up @@ -375,6 +377,7 @@ DEPENDENCIES
puma
quiet_assets
rack-canonical-host
rack-mini-profiler
rack-timeout
rails (= 4.2.4)
rails-assets-DataTables!
Expand Down

0 comments on commit 028c71a

Please sign in to comment.