Skip to content

Commit ed27e40

Browse files
committed
Add byebug for debugging as a dev dependency
1 parent 10c073b commit ed27e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ group :development do
88
gem 'redcarpet'
99
gem 'yard-tests-rspec', git: 'https://github.com/Jesus/yard-spec-plugin.git'
1010

11+
# Debugging
12+
gem 'byebug'
13+
1114
# Code linting
1215
gem 'rubocop', require: false
1316
gem 'rubocop-rspec', require: false

0 commit comments

Comments
 (0)