mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require a version compatible with Turbo
This commit is contained in:
parent
ecbd92cf48
commit
fdf5e0054a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ group :development do
|
||||||
gem "web-console", ">= 4.1.0"
|
gem "web-console", ">= 4.1.0"
|
||||||
|
|
||||||
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
|
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
|
||||||
# gem "rack-mini-profiler", "~> 2.0"
|
# gem "rack-mini-profiler", ">= 2.3.3"
|
||||||
|
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
||||||
|
|
Loading…
Reference in a new issue