upgraded the ruby racer and mini profiler

This commit is contained in:
Sam 2013-08-30 16:44:03 +10:00
parent 380a6c9e9d
commit 33800969a8
3 changed files with 12 additions and 11 deletions

View file

@ -187,7 +187,8 @@ 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.29', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
gem 'rack-mini-profiler', '0.1.30', require: false
# 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

@ -219,7 +219,7 @@ GEM
librarian (0.1.0) librarian (0.1.0)
highline highline
thor (~> 0.15) thor (~> 0.15)
libv8 (3.11.8.17) libv8 (3.16.14.3)
listen (0.7.3) listen (0.7.3)
lru_redux (0.0.6) lru_redux (0.0.6)
mail (2.4.4) mail (2.4.4)
@ -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.29) rack-mini-profiler (0.1.30)
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)
@ -425,8 +425,8 @@ GEM
activemodel (~> 3.0) activemodel (~> 3.0)
railties (~> 3.0) railties (~> 3.0)
temple (0.6.4) temple (0.6.4)
therubyracer (0.11.4) therubyracer (0.12.0)
libv8 (~> 3.11.8.12) libv8 (~> 3.16.14.0)
ref ref
thin (1.5.1) thin (1.5.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
@ -507,7 +507,7 @@ DEPENDENCIES
qunit-rails qunit-rails
rack-cache rack-cache
rack-cors rack-cors
rack-mini-profiler (= 0.1.29) rack-mini-profiler (= 0.1.30)
rails (= 3.2.12) rails (= 3.2.12)
rails_multisite! rails_multisite!
rake rake

View file

@ -256,7 +256,7 @@ GEM
librarian (0.1.0) librarian (0.1.0)
highline highline
thor (~> 0.15) thor (~> 0.15)
libv8 (3.11.8.17) libv8 (3.16.14.3)
listen (1.2.2) listen (1.2.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
@ -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.29) rack-mini-profiler (0.1.30)
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)
@ -434,8 +434,8 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
temple (0.6.5) temple (0.6.5)
therubyracer (0.11.4) therubyracer (0.12.0)
libv8 (~> 3.11.8.12) libv8 (~> 3.16.14.0)
ref ref
thin (1.5.1) thin (1.5.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
@ -517,7 +517,7 @@ DEPENDENCIES
qunit-rails qunit-rails
rack-cache rack-cache
rack-cors rack-cors
rack-mini-profiler (= 0.1.29) rack-mini-profiler (= 0.1.30)
rails! rails!
rails-observers rails-observers
rails_multisite! rails_multisite!