Skip to content

Commit 0061fc3

Browse files
committed
rack mini profiler updated
1 parent f4d833d commit 0061fc3

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ gem 'lru_redux'
188188
# IMPORTANT: mini profiler monkey patches, so it better be required last
189189
# If you want to amend mini profiler to do the monkey patches in the railstie
190190
# we are open to it. by deferring require to the initializer we can configure disourse installs without it
191-
gem 'rack-mini-profiler', '0.1.28', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
191+
gem 'rack-mini-profiler', '0.1.29', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
192192

193193
# used for caching, optional
194194
# redis-rack-cache is missing a sane expiry policy, it hogs redis

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GEM
296296
rack (>= 0.4)
297297
rack-cors (0.2.7)
298298
rack
299-
rack-mini-profiler (0.1.28)
299+
rack-mini-profiler (0.1.29)
300300
rack (>= 1.1.3)
301301
rack-openid (1.3.1)
302302
rack (>= 1.1.0)
@@ -507,7 +507,7 @@ DEPENDENCIES
507507
qunit-rails
508508
rack-cache
509509
rack-cors
510-
rack-mini-profiler (= 0.1.28)
510+
rack-mini-profiler (= 0.1.29)
511511
rails (= 3.2.12)
512512
rails_multisite!
513513
rake

Gemfile_rails4.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ GEM
336336
rack (>= 0.4)
337337
rack-cors (0.2.8)
338338
rack
339-
rack-mini-profiler (0.1.28)
339+
rack-mini-profiler (0.1.29)
340340
rack (>= 1.1.3)
341341
rack-openid (1.3.1)
342342
rack (>= 1.1.0)
@@ -507,6 +507,7 @@ DEPENDENCIES
507507
omniauth-cas
508508
omniauth-facebook
509509
omniauth-github
510+
omniauth-oauth2
510511
omniauth-openid
511512
omniauth-twitter
512513
openid-redis-store
@@ -516,7 +517,7 @@ DEPENDENCIES
516517
qunit-rails
517518
rack-cache
518519
rack-cors
519-
rack-mini-profiler (= 0.1.28)
520+
rack-mini-profiler (= 0.1.29)
520521
rails!
521522
rails-observers
522523
rails_multisite!

0 commit comments

Comments
 (0)