Skip to content

Commit

Permalink
Merge pull request #36860 from cpruitt/update-gemspec-rails-html-sani…
Browse files Browse the repository at this point in the history
…tizer-version

Update rails-html-sanitizer to 1.1.0 in actionview.gemspec
  • Loading branch information
eileencodes committed Aug 5, 2019
1 parent a6a2dd9 commit 29f4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/actionview.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

s.add_dependency "builder", "~> 3.1"
s.add_dependency "erubi", "~> 1.4"
s.add_dependency "rails-html-sanitizer", "~> 1.0", ">= 1.0.3"
s.add_dependency "rails-html-sanitizer", "~> 1.1", ">= 1.1.0"
s.add_dependency "rails-dom-testing", "~> 2.0"

s.add_development_dependency "actionpack", version
Expand Down

0 comments on commit 29f4538

Please sign in to comment.