Skip to content

Commit

Permalink
Add rack-mini-profiler gem
Browse files Browse the repository at this point in the history
  • Loading branch information
lujanfernaud committed Jul 3, 2018
1 parent c7edfc3 commit 8a1d430
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 @@ -90,6 +90,7 @@ group :development do
gem 'rails-erd', '~> 1.5', '>= 1.5.2', require: false
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'rack-mini-profiler', '~> 1.0'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ GEM
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.5)
rack-mini-profiler (1.0.0)
rack (>= 1.2.0)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rails (5.1.6)
Expand Down Expand Up @@ -486,6 +488,7 @@ DEPENDENCIES
pry-rails (~> 0.3.6)
puma (~> 3.7)
pundit (~> 1.1)
rack-mini-profiler (~> 1.0)
rails (~> 5.1.3)
rails-controller-testing (~> 1.0, >= 1.0.2)
rails-erd (~> 1.5, >= 1.5.2)
Expand Down

0 comments on commit 8a1d430

Please sign in to comment.