diff --git a/Gemfile b/Gemfile index caf28709..962b5f84 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'github-pages' -gem 'activesupport', '~> 7.1' +gem 'activesupport', '~> 7.2' # Jekyll Plugins group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 1518644c..54fd32b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) algolia_html_extractor (2.6.4) @@ -27,7 +28,7 @@ GEM coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) dnsruby (1.70.0) simpleidn (~> 0.2.1) @@ -232,14 +233,14 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) mercenary (0.3.6) mini_portile2 (2.8.7) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.23.1) - mutex_m (0.2.0) + minitest (5.25.1) net-http (0.4.1) uri nokogiri (1.16.5) @@ -269,6 +270,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.3.1) simpleidn (0.2.1) unf (~> 0.1.4) strscan (3.1.0) @@ -294,7 +296,7 @@ PLATFORMS x64-mingw32 DEPENDENCIES - activesupport (~> 7.1) + activesupport (~> 7.2) github-pages jekyll-algolia tzinfo (~> 2.0)