diff --git a/Gemfile b/Gemfile index 3b97682..a8115db 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,7 @@ gem "github-pages", group: :jekyll_plugins # security vulnerability - https://github.com/advisories/GHSA-mqm2-cgpr-p4m6 gem "kramdown", ">= 2.3.0" +# security vulnerability - https://github.com/advisories/GHSA-j96r-xvjq-r9pg +gem "activesupport", ">= 4.1.11" + diff --git a/Gemfile.lock b/Gemfile.lock index 186a87f..e5c5825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.22.5) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) + activesupport (6.0.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) coffee-script (2.4.1) @@ -203,7 +206,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - multi_json (1.15.0) + minitest (5.14.1) multipart-post (2.1.1) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) @@ -234,21 +237,24 @@ GEM unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (2.0.2) - concurrent-ruby (~> 1.0) + tzinfo (1.2.7) + thread_safe (~> 0.1) tzinfo-data (1.2020.1) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) + zeitwerk (2.4.0) PLATFORMS ruby DEPENDENCIES + activesupport (>= 4.1.11) github-pages kramdown (>= 2.3.0) tzinfo-data