1
0
Fork 0
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:
Ryuta Kamizono 2020-05-05 17:20:01 +09:00
parent 57b4668c11
commit 3f883b69a7

View file

@ -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'