Skip to content

Commit

Permalink
install byebug as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed May 3, 2018
1 parent bf71db5 commit 70e7566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.byebug_history
.rubocop.yml
.ruby-version
.ruby-gemset
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'

group :development, :test do
gem 'activerecord'
gem 'byebug'
gem 'guard'
gem 'guard-rspec'
gem 'mysql2'
Expand Down

0 comments on commit 70e7566

Please sign in to comment.