Skip to content

Commit d081867

Browse files
author
Robert Mitwicki
committed
Replace debugger by byebug
1 parent cc7ca04 commit d081867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group :development do
55
# for gems that are nice in development
66
# but don't break the build when missing
77
# Example: debugger
8-
gem 'debugger'
8+
gem 'byebug'
99
gem "guard"
1010
gem "guard-rspec"
1111

0 commit comments

Comments
 (0)