Skip to content

Commit

Permalink
Remove bundler version requirement to allow ruby 2.7 to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeisler authored and ioquatix committed Jun 10, 2020
1 parent 54673bd commit 364ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphviz.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'process-pipeline'

spec.add_development_dependency "yard"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec", "~> 3.6"
spec.add_development_dependency "rake"
end

0 comments on commit 364ea8c

Please sign in to comment.