diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 15:09:40 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 15:09:40 +0100 |
commit | 318886287b289a8caccf19102da8584453ef7faa (patch) | |
tree | b3cf78d9c9b52c750aa3539072158fc49081c9e6 /Gemfile | |
parent | 36f3da3cde2bc2148e156a5dd09d732a06b44ddd (diff) |
Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 query
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index fbc3ad9e2..c0d36ba5b 100644 --- a/Gemfile +++ b/Gemfile @@ -66,5 +66,5 @@ group :production do end group :development, :production do - gem 'rack-mini-profiler' + gem 'rack-mini-profiler', require: false end |