Skip to content

Commit

Permalink
chores: Add byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Sep 8, 2018
1 parent 991b2ca commit 91458aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -6,6 +6,10 @@ gem "thor"
gem "hashie"
gem "activesupport"

group :development do
gem "byebug"
end

group :test do
gem "simplecov"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -6,6 +6,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
byebug (10.0.2)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
docile (1.1.5)
Expand Down Expand Up @@ -44,6 +45,7 @@ PLATFORMS

DEPENDENCIES
activesupport
byebug
hashie
racc
rake
Expand Down

0 comments on commit 91458aa

Please sign in to comment.