Skip to content

Commit fdf5e00

Browse files
author
David Heinemeier Hansson
committed
Require a version compatible with Turbo
1 parent ecbd92c commit fdf5e00

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ group :development do
5050
gem "web-console", ">= 4.1.0"
5151

5252
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
53-
# gem "rack-mini-profiler", "~> 2.0"
53+
# gem "rack-mini-profiler", ">= 2.3.3"
5454

5555
<%- end -%>
5656
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]

0 commit comments

Comments
 (0)