diff --git a/Gemfile.lock b/Gemfile.lock index 18d4ae7..1fd7b82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,26 +9,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.4.5) - actionview (= 5.2.4.5) - activesupport (= 5.2.4.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.5) - activesupport (= 5.2.4.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.4.5) - activesupport (= 5.2.4.5) - activerecord (5.2.4.5) - activemodel (= 5.2.4.5) - activesupport (= 5.2.4.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.4.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -37,7 +37,7 @@ GEM ast (2.4.0) builder (3.2.4) coderay (1.1.2) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) crass (1.0.6) diff-lcs (1.3) erubi (1.10.0) @@ -47,15 +47,15 @@ GEM factory_bot (~> 5.2.0) railties (>= 4.2.0) hashdiff (1.0.1) - i18n (1.8.8) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - loofah (2.9.0) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) mini_portile2 (2.4.0) - minitest (5.14.3) + minitest (5.14.4) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) parallel (1.19.1) @@ -75,9 +75,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.4.5) - actionpack (= 5.2.4.5) - activesupport (= 5.2.4.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0)