Fix Gemfile.lock

The PR #36860 changed ActionView's required version of
rails-html-sanitizer, but I missed that we needed to run bundle,
otherwise we end up with changes every time.
This commit is contained in:
eileencodes 2019-08-06 13:15:50 -04:00
parent eb4faa13e8
commit 793b092f53
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ PATH
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
rails-html-sanitizer (~> 1.1, >= 1.1.0)
activejob (6.1.0.alpha)
activesupport (= 6.1.0.alpha)
globalid (>= 0.3.6)