mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Include rack-mini-profiler by default"
This commit is contained in:
parent
f628257010
commit
93f9398de8
2 changed files with 0 additions and 7 deletions
|
@ -1,8 +1,3 @@
|
|||
* Include `rack-mini-profiler` gem by default. This gem allows for easy
|
||||
visability and diagnosis of performance related issues.
|
||||
|
||||
*Richard Schneeman*
|
||||
|
||||
* Support `-` as a platform-agnostic way to run a script from stdin with
|
||||
`rails runner`
|
||||
|
||||
|
|
|
@ -46,8 +46,6 @@ group :development do
|
|||
<%- else -%>
|
||||
gem 'web-console', '>= 3.3.0'
|
||||
<%- end -%>
|
||||
# Display performance metrics on each page load. To configure for production read: https://github.com/MiniProfiler/rack-mini-profiler
|
||||
gem 'rack-mini-profiler', '~> 0.10.5'
|
||||
<%- end -%>
|
||||
<% if depend_on_listen? -%>
|
||||
gem 'listen', '>= 3.0.5', '< 3.2'
|
||||
|
|
Loading…
Reference in a new issue