Skip to content

Commit

Permalink
Remove byebug as a dev dependency, add to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Jun 14, 2015
1 parent 641400c commit c800da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in paper_trail_manager.gemspec
gemspec

gem "byebug"
1 change: 0 additions & 1 deletion paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-activemodel-mocks", "~> 1.0"
spec.add_development_dependency "rspec-its", "~> 1.0"
spec.add_development_dependency "appraisal", "~> 1.0"
spec.add_development_dependency "byebug"
end

0 comments on commit c800da8

Please sign in to comment.