ADD gem 'rack-mini-profiler'

This commit is contained in:
Jasder
2020-04-28 15:41:53 +08:00
parent 703bcb96ed
commit efba942b45
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -55,6 +55,9 @@ gem 'ancestry'
gem 'acts_as_list'
gem 'omniauth-cas'
# profiler Middleware
gem 'rack-mini-profiler'
group :development, :test do
gem 'rspec-rails', '~> 3.8'
end