rack mini profiler updated

This commit is contained in:
Sam
2013-08-20 16:51:15 +10:00
parent f4d833da27
commit 0061fc33cd
3 changed files with 6 additions and 5 deletions

View File

@ -188,7 +188,7 @@ gem 'lru_redux'
# IMPORTANT: mini profiler monkey patches, so it better be required last # IMPORTANT: mini profiler monkey patches, so it better be required last
# If you want to amend mini profiler to do the monkey patches in the railstie # If you want to amend mini profiler to do the monkey patches in the railstie
# we are open to it. by deferring require to the initializer we can configure disourse installs without it # we are open to it. by deferring require to the initializer we can configure disourse installs without it
gem 'rack-mini-profiler', '0.1.28', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler' gem 'rack-mini-profiler', '0.1.29', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
# used for caching, optional # used for caching, optional
# redis-rack-cache is missing a sane expiry policy, it hogs redis # redis-rack-cache is missing a sane expiry policy, it hogs redis

View File

@ -296,7 +296,7 @@ GEM
rack (>= 0.4) rack (>= 0.4)
rack-cors (0.2.7) rack-cors (0.2.7)
rack rack
rack-mini-profiler (0.1.28) rack-mini-profiler (0.1.29)
rack (>= 1.1.3) rack (>= 1.1.3)
rack-openid (1.3.1) rack-openid (1.3.1)
rack (>= 1.1.0) rack (>= 1.1.0)
@ -507,7 +507,7 @@ DEPENDENCIES
qunit-rails qunit-rails
rack-cache rack-cache
rack-cors rack-cors
rack-mini-profiler (= 0.1.28) rack-mini-profiler (= 0.1.29)
rails (= 3.2.12) rails (= 3.2.12)
rails_multisite! rails_multisite!
rake rake

View File

@ -336,7 +336,7 @@ GEM
rack (>= 0.4) rack (>= 0.4)
rack-cors (0.2.8) rack-cors (0.2.8)
rack rack
rack-mini-profiler (0.1.28) rack-mini-profiler (0.1.29)
rack (>= 1.1.3) rack (>= 1.1.3)
rack-openid (1.3.1) rack-openid (1.3.1)
rack (>= 1.1.0) rack (>= 1.1.0)
@ -507,6 +507,7 @@ DEPENDENCIES
omniauth-cas omniauth-cas
omniauth-facebook omniauth-facebook
omniauth-github omniauth-github
omniauth-oauth2
omniauth-openid omniauth-openid
omniauth-twitter omniauth-twitter
openid-redis-store openid-redis-store
@ -516,7 +517,7 @@ DEPENDENCIES
qunit-rails qunit-rails
rack-cache rack-cache
rack-cors rack-cors
rack-mini-profiler (= 0.1.28) rack-mini-profiler (= 0.1.29)
rails! rails!
rails-observers rails-observers
rails_multisite! rails_multisite!