mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 01:19:39 +08:00
Build(deps): Bump rack-mini-profiler from 1.1.6 to 2.0.0 (#9168)
* Build(deps): Bump rack-mini-profiler from 1.1.6 to 2.0.0 Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 1.1.6 to 2.0.0. - [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases) - [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v1.1.6...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Enable rails patches Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: OsamaSayegh <asooomaasoooma90@gmail.com>
This commit is contained in:
parent
c9d1577087
commit
a4929661af
2
Gemfile
2
Gemfile
@ -205,7 +205,7 @@ gem 'htmlentities', require: false
|
|||||||
# we are open to it. by deferring require to the initializer we can configure discourse installs without it
|
# we are open to it. by deferring require to the initializer we can configure discourse installs without it
|
||||||
|
|
||||||
gem 'flamegraph', require: false
|
gem 'flamegraph', require: false
|
||||||
gem 'rack-mini-profiler', require: false
|
gem 'rack-mini-profiler', require: ['enable_rails_patches']
|
||||||
|
|
||||||
gem 'unicorn', require: false, platform: :mri
|
gem 'unicorn', require: false, platform: :mri
|
||||||
gem 'puma', require: false
|
gem 'puma', require: false
|
||||||
|
@ -268,7 +268,7 @@ GEM
|
|||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
r2 (0.2.7)
|
r2 (0.2.7)
|
||||||
rack (2.0.8)
|
rack (2.0.8)
|
||||||
rack-mini-profiler (1.1.6)
|
rack-mini-profiler (2.0.0)
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-protection (2.0.8.1)
|
rack-protection (2.0.8.1)
|
||||||
rack
|
rack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user