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
# 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.29', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
gem 'rack-mini-profiler', '0.1.30', require: false
# used for caching, optional
# redis-rack-cache is missing a sane expiry policy, it hogs redis

View File

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

View File

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