Skip to content

Commit

Permalink
Add byebug development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Nov 20, 2017
1 parent 52022d2 commit 21a8c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.sublime-*
.ruby-version
.bundle
.byebug_history
Gemfile.lock
gemfiles/*.lock
html
Expand Down
2 changes: 2 additions & 0 deletions sanitize-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ Gem::Specification.new do |s|

s.add_dependency "rails"
s.add_dependency "sanitize"

s.add_development_dependency "byebug"
end

0 comments on commit 21a8c94

Please sign in to comment.