mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-24 23:44:09 -05:00
gem update
This commit is contained in:
parent
b2d300fe0b
commit
3d75e69bd5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -140,7 +140,7 @@ 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', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
|
gem 'rack-mini-profiler', '0.1.27', require: false # require: false #, git: 'git://github.com/SamSaffron/MiniProfiler'
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -309,7 +309,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.26)
|
rack-mini-profiler (0.1.27)
|
||||||
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)
|
||||||
|
@ -518,7 +518,7 @@ DEPENDENCIES
|
||||||
qunit-rails
|
qunit-rails
|
||||||
rack-cache
|
rack-cache
|
||||||
rack-cors
|
rack-cors
|
||||||
rack-mini-profiler
|
rack-mini-profiler (= 0.1.27)
|
||||||
rails (= 3.2.12)
|
rails (= 3.2.12)
|
||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
|
|
Loading…
Reference in a new issue