diff --git a/Gemfile b/Gemfile index 976d6f87e79..1b50160f7ec 100644 --- a/Gemfile +++ b/Gemfile @@ -188,7 +188,7 @@ gem 'lru_redux' # 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 # 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 # redis-rack-cache is missing a sane expiry policy, it hogs redis diff --git a/Gemfile.lock b/Gemfile.lock index 0718888efd8..1b269e46855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM rack (>= 0.4) rack-cors (0.2.7) rack - rack-mini-profiler (0.1.28) + rack-mini-profiler (0.1.29) rack (>= 1.1.3) rack-openid (1.3.1) rack (>= 1.1.0) @@ -507,7 +507,7 @@ DEPENDENCIES qunit-rails rack-cache rack-cors - rack-mini-profiler (= 0.1.28) + rack-mini-profiler (= 0.1.29) rails (= 3.2.12) rails_multisite! rake diff --git a/Gemfile_rails4.lock b/Gemfile_rails4.lock index 505a3a22362..04686d90221 100644 --- a/Gemfile_rails4.lock +++ b/Gemfile_rails4.lock @@ -336,7 +336,7 @@ GEM rack (>= 0.4) rack-cors (0.2.8) rack - rack-mini-profiler (0.1.28) + rack-mini-profiler (0.1.29) rack (>= 1.1.3) rack-openid (1.3.1) rack (>= 1.1.0) @@ -507,6 +507,7 @@ DEPENDENCIES omniauth-cas omniauth-facebook omniauth-github + omniauth-oauth2 omniauth-openid omniauth-twitter openid-redis-store @@ -516,7 +517,7 @@ DEPENDENCIES qunit-rails rack-cache rack-cors - rack-mini-profiler (= 0.1.28) + rack-mini-profiler (= 0.1.29) rails! rails-observers rails_multisite!