diff --git a/Gemfile.lock b/Gemfile.lock index a5674b3..ca11c3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - actionpack (6.0.4.4) - actionview (= 6.0.4.4) - activesupport (= 6.0.4.4) + actionpack (6.0.4.8) + actionview (= 6.0.4.8) + activesupport (= 6.0.4.8) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.4.4) - activesupport (= 6.0.4.4) + actionview (6.0.4.8) + activesupport (= 6.0.4.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.0.4.4) + activesupport (6.0.4.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -33,7 +33,7 @@ GEM colorator (1.1.0) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) dnsruby (1.61.5) simpleidn (~> 0.1) @@ -50,7 +50,7 @@ GEM multipart-post (>= 1.2, < 3) ruby2_keywords faraday-net_http (1.0.1) - ffi (1.15.4) + ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (212) @@ -226,7 +226,7 @@ GEM listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mercenary (0.3.6) @@ -237,7 +237,7 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.15.0) multipart-post (2.1.1) - nokogiri (1.12.5-x86_64-linux) + nokogiri (1.13.4-x86_64-linux) racc (~> 1.4) octokit (4.20.0) faraday (>= 0.9) @@ -254,9 +254,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (6.0.4.4) - actionpack (= 6.0.4.4) - activesupport (= 6.0.4.4) + railties (6.0.4.8) + actionpack (= 6.0.4.8) + activesupport (= 6.0.4.8) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -292,7 +292,7 @@ GEM faraday (> 0.8, < 2.0) simpleidn (0.2.1) unf (~> 0.1.4) - sprockets (4.0.2) + sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.4.2) @@ -304,7 +304,7 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (1.2.0) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) typhoeus (1.4.0) @@ -315,7 +315,7 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - zeitwerk (2.5.3) + zeitwerk (2.5.4) PLATFORMS x86_64-linux