Skip to content

Commit

Permalink
Remove bundler from development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kiela committed Mar 6, 2014
1 parent def2268 commit b37b66b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guard.gemspec
Expand Up @@ -21,8 +21,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'lumberjack', '~> 1.0'
s.add_runtime_dependency 'formatador', '>= 0.2.4'

s.add_development_dependency 'bundler'

s.files = Dir.glob('{bin,images,lib}/**/*') + %w[CHANGELOG.md LICENSE man/guard.1 man/guard.1.html README.md]
s.executable = 'guard'
s.require_path = 'lib'
Expand Down

0 comments on commit b37b66b

Please sign in to comment.