Skip to content

Commit

Permalink
removed byebug from dependencies for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Mar 9, 2015
1 parent 15dd061 commit 9745e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rvm:
- 2.0.0-p353
before_install:
- sudo apt-get update
bundler_args: --without development
# bundler_args: --without development
services:
- redis-server
script:
Expand Down
2 changes: 1 addition & 1 deletion dwc-archive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec", "~> 3.1"
gem.add_development_dependency "cucumber", "~> 1.3"
gem.add_development_dependency "coveralls", "~> 0.7"
gem.add_development_dependency "byebug", "~> 3.4"
# gem.add_development_dependency "byebug", "~> 3.4"
gem.add_development_dependency "git", "~> 1.2"
gem.add_development_dependency "rubocop", "~> 0.26"
gem.add_development_dependency "travis-lint", "~> 1.7"
Expand Down

0 comments on commit 9745e2c

Please sign in to comment.