Skip to content

Commit

Permalink
Add byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
gondalez committed Aug 21, 2024
1 parent 24c0ca0 commit c9cf5da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
.rspec_status
/vendor/
/.env
/.byebug_history
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ gem 'rspec', '~> 3.0'

gem 'rubocop', '~> 1.21'
gem 'rubocop-rspec', require: false

gem 'byebug'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
byebug (11.1.3)
diff-lcs (1.5.1)
docile (1.4.0)
json (2.7.2)
Expand Down Expand Up @@ -66,6 +67,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
byebug
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'byebug'
require 'simplecov'

SimpleCov.start do
Expand Down

0 comments on commit c9cf5da

Please sign in to comment.