Skip to content

Commit

Permalink
Fix Gemfile.lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eileencodes committed Aug 6, 2019
1 parent 29f4538 commit fb716a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.rc2)
activesupport (= 6.0.0.rc2)
globalid (>= 0.3.6)
Expand Down

0 comments on commit fb716a6

Please sign in to comment.