-
- Downloads
Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres group
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- Gemfile 1 addition, 2 deletionsGemfile
- Gemfile.lock 0 additions, 3 deletionsGemfile.lock
- app/controllers/application_controller.rb 1 addition, 0 deletionsapp/controllers/application_controller.rb
- config/initializers/peek.rb 7 additions, 1 deletionconfig/initializers/peek.rb
- lib/peek/rblineprof/custom_controller_helpers.rb 91 additions, 0 deletionslib/peek/rblineprof/custom_controller_helpers.rb
Loading
| Loading
| @@ -270,9 +270,8 @@ gem 'peek-gc', '~> 0.0.2' |
gem 'peek-host', '~> 1.0.0' | ||
gem 'peek-mysql2', '~> 1.1.0', group: :mysql | ||
gem 'peek-performance_bar', '~> 1.2.1' | ||
gem 'peek-pg', '~> 1.3.0' | ||
gem 'peek-pg', '~> 1.3.0', group: :postgres | ||
gem 'peek-rblineprof', '~> 0.2.0' | ||
gem 'pygments.rb', require: false | ||
gem 'peek-redis', '~> 1.2.0' | ||
gem 'peek-sidekiq', '~> 1.0.3' | ||
Loading
| Loading
|
Please register or sign in to comment