Skip to content

Commit

Permalink
Allow the use of bundler 2.x for running the tests (#12)
Browse files Browse the repository at this point in the history
* Allow the use of bundler 2.x for running the tests

* Update spf-query.gemspec

---------

Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
meineerde and woodruffw committed Sep 12, 2023
1 parent 6dac502 commit 5c45057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf-query.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |gem|

gem.add_dependency "parslet", "~> 1.0"

gem.add_development_dependency "bundler", "~> 1.6"
gem.add_development_dependency "bundler", "~> 2.0"
gem.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit 5c45057

Please sign in to comment.