mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -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
|
||||
|
||||
gem 'flamegraph', require: false
|
||||
gem 'rack-mini-profiler', '0.9.0.pre ', require: false
|
||||
gem 'rack-mini-profiler', require: false
|
||||
|
||||
# used for caching, optional
|
||||
gem 'rack-cors', require: false
|
||||
|
|
|
@ -231,7 +231,7 @@ GEM
|
|||
rack (1.5.2)
|
||||
rack-cors (0.2.8)
|
||||
rack
|
||||
rack-mini-profiler (0.9.0.pre)
|
||||
rack-mini-profiler (0.9.0)
|
||||
rack (>= 1.1.3)
|
||||
rack-openid (1.3.1)
|
||||
rack (>= 1.1.0)
|
||||
|
@ -455,7 +455,7 @@ DEPENDENCIES
|
|||
puma
|
||||
qunit-rails
|
||||
rack-cors
|
||||
rack-mini-profiler (= 0.9.0.pre)
|
||||
rack-mini-profiler
|
||||
rack-protection
|
||||
rails
|
||||
rails-observers
|
||||
|
|
Loading…
Reference in a new issue