Skip to content

Commit

Permalink
Use a inclusive Bundler version
Browse files Browse the repository at this point in the history
Bundler 2.0 became the default on CI.

This commit enables this gem with wider range of users.
  • Loading branch information
Juanito Fatas committed Mar 21, 2019
1 parent f82bfd2 commit 89ae177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-html-sanitizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
# in minor releases when users can simply run `bundle update loofah`.
spec.add_dependency "loofah", "~> 2.2", ">= 2.2.2"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", ">= 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"
spec.add_development_dependency "rails-dom-testing"
Expand Down

0 comments on commit 89ae177

Please sign in to comment.