Skip to content

Commit

Permalink
Remove bundler dep
Browse files Browse the repository at this point in the history
Bundler is part of ruby now so there's no point in depending on this as well.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Feb 9, 2022
1 parent be51054 commit 19e023f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kitchen-pester.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
spec.files = %w{LICENSE kitchen-pester.gemspec Gemfile Rakefile} + Dir.glob("lib/**/*")
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "~> 5.3", "< 5.16"
spec.add_development_dependency "mocha", "~> 1.1"
Expand Down

0 comments on commit 19e023f

Please sign in to comment.