mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
update to latest version of mini profiler
This commit is contained in:
parent
b48f058d9d
commit
e6d9903db1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -198,7 +198,7 @@ gem 'lru_redux'
|
||||||
# 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 'flamegraph', require: false
|
gem 'flamegraph', require: false
|
||||||
gem 'rack-mini-profiler', '0.9.0.pre ', require: false
|
gem 'rack-mini-profiler', require: false
|
||||||
|
|
||||||
# used for caching, optional
|
# used for caching, optional
|
||||||
gem 'rack-cors', require: false
|
gem 'rack-cors', require: false
|
||||||
|
|
|
@ -231,7 +231,7 @@ GEM
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-cors (0.2.8)
|
rack-cors (0.2.8)
|
||||||
rack
|
rack
|
||||||
rack-mini-profiler (0.9.0.pre)
|
rack-mini-profiler (0.9.0)
|
||||||
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)
|
||||||
|
@ -455,7 +455,7 @@ DEPENDENCIES
|
||||||
puma
|
puma
|
||||||
qunit-rails
|
qunit-rails
|
||||||
rack-cors
|
rack-cors
|
||||||
rack-mini-profiler (= 0.9.0.pre)
|
rack-mini-profiler
|
||||||
rack-protection
|
rack-protection
|
||||||
rails
|
rails
|
||||||
rails-observers
|
rails-observers
|
||||||
|
|
Loading…
Reference in a new issue