Skip to content

Commit

Permalink
add byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Trofimov committed Jun 29, 2016
1 parent b4f365c commit 2b07af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Vagrantfile
.ruby-gemset
/config/credentials/development.yml
/log/*
.byebug_history
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ group :test do
gem 'database_cleaner', '~> 1.5'
gem 'byebug'
end

group :development, :test do
gem 'byebug'
end

0 comments on commit 2b07af0

Please sign in to comment.