mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Relax required rack-mini-profiler version 2.0.x to 2.x
This commit is contained in:
parent
57b4668c11
commit
3f883b69a7
1 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,9 @@ group :development do
|
|||
<%- else -%>
|
||||
gem 'web-console', '>= 3.3.0'
|
||||
<%- end -%>
|
||||
# Display performance information such as SQL time and flame graphs for each request in your browser. Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
|
||||
gem 'rack-mini-profiler', '~> 2.0.0'
|
||||
# Display performance information such as SQL time and flame graphs for each request in your browser.
|
||||
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
|
||||
gem 'rack-mini-profiler', '~> 2.0'
|
||||
<%- end -%>
|
||||
<% if depend_on_listen? -%>
|
||||
gem 'listen', '~> 3.2'
|
||||
|
|
Loading…
Reference in a new issue