mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
Merge pull request #3846 from gschlager/patch-2
Disable byebug when RubyMine is used for debugging
This commit is contained in:
commit
0ed1436a51
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -121,7 +121,7 @@ group :test, :development do
|
|||
gem 'rspec-given'
|
||||
gem 'pry-nav'
|
||||
gem 'spork-rails'
|
||||
gem 'byebug'
|
||||
gem 'byebug', require: ENV['RM_INFO'].nil?
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
Loading…
Reference in a new issue