diff --git a/Gemfile b/Gemfile index 1c3c557..3c207d4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source :rubygems -gem "actionview", "4.2.10" +gem "actionview", "4.2.11.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4f07317..178d65c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,29 @@ GEM remote: http://rubygems.org/ specs: - actionview (4.2.10) - activesupport (= 4.2.10) + actionview (4.2.11.1) + activesupport (= 4.2.11.1) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (4.2.10) + activesupport (4.2.11.1) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) builder (3.2.3) concurrent-ruby (1.1.5) - crass (1.0.4) + crass (1.0.5) erubis (2.7.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - loofah (2.2.3) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.4.0) - minitest (5.11.3) - nokogiri (1.10.1) + minitest (5.13.0) + nokogiri (1.10.5) mini_portile2 (~> 2.4.0) rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -31,8 +31,8 @@ GEM activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -41,7 +41,7 @@ PLATFORMS ruby DEPENDENCIES - actionview (= 4.2.10) + actionview (= 4.2.11.1) BUNDLED WITH 1.16.2