Skip to content

Commit

Permalink
Fixes #32193 - enable byebug in development
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and evgeni committed Apr 27, 2021
1 parent 1ef7c82 commit db65dbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundler.d/development.rb
Expand Up @@ -7,12 +7,14 @@
# for generating foreign key migrations
gem 'immigrant', '~> 0.1'

# debugging and REPL tools
gem 'byebug'
gem 'pry'
gem 'pry-rails'
gem 'pry-byebug'
gem 'pry-doc'
gem 'pry-stack_explorer'
gem 'pry-remote'
gem 'pry-remote' # will not work when running via foreman

gem 'rainbow', '>= 2.2.1'

Expand Down

0 comments on commit db65dbb

Please sign in to comment.