diff --git a/Gemfile b/Gemfile index 3d4fa32..187d81b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby File.read('.ruby-version').strip -gem 'bridgetown', '~> 1.3.1' +gem 'bridgetown', '~> 1.3.2' gem 'bridgetown-feed', '~> 3.0' # A Bridgetown plugin to generate an Atom feed of your Bridgetown posts gem 'bridgetown-seo-tag', '~> 6.0' # A Bridgetown plugin to add metadata tags for search engines and social networks diff --git a/Gemfile.lock b/Gemfile.lock index c4656ff..479090c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,37 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.7.2) - activesupport (= 7.0.7.2) - activesupport (7.0.7.2) + activemodel (7.1.2) + activesupport (= 7.1.2) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) amazing_print (1.5.0) ast (2.4.2) - bridgetown (1.3.1) - bridgetown-builder (= 1.3.1) - bridgetown-core (= 1.3.1) - bridgetown-paginate (= 1.3.1) - bridgetown-builder (1.3.1) - bridgetown-core (= 1.3.1) - bridgetown-core (1.3.1) + base64 (0.2.0) + bigdecimal (3.1.5) + bridgetown (1.3.2) + bridgetown-builder (= 1.3.2) + bridgetown-core (= 1.3.2) + bridgetown-paginate (= 1.3.2) + bridgetown-builder (1.3.2) + bridgetown-core (= 1.3.2) + bridgetown-core (1.3.2) activemodel (>= 6.0, < 8.0) activesupport (>= 6.0, < 8.0) addressable (~> 2.4) amazing_print (~> 1.2) colorator (~> 1.0) + csv (~> 3.2) erubi (~> 1.9) faraday (~> 2.0) faraday-follow_redirects (~> 0.3) @@ -42,8 +50,8 @@ GEM zeitwerk (~> 2.5) bridgetown-feed (3.0.0) bridgetown (>= 1.2.0.beta2, < 2.0) - bridgetown-paginate (1.3.1) - bridgetown-core (= 1.3.1) + bridgetown-paginate (1.3.2) + bridgetown-core (= 1.3.2) bridgetown-seo-tag (6.0.0) bridgetown (>= 1.2.0.beta5, < 2.0) bridgetown-svg-inliner (2.0.0) @@ -51,14 +59,19 @@ GEM nokogiri colorator (1.1.0) concurrent-ruby (1.2.2) + connection_pool (2.4.1) + csv (3.2.8) + drb (2.2.0) + ruby2_keywords erubi (1.12.0) - faraday (2.7.10) + faraday (2.8.1) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) faraday-net_http (3.0.2) - ffi (1.15.5) + ffi (1.16.3) hash_with_dot_access (1.2.0) activesupport (>= 5.0.0, < 8.0) i18n (1.14.1) @@ -74,7 +87,8 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mini_portile2 (2.8.4) - minitest (5.19.0) + minitest (5.20.0) + mutex_m (0.2.0) nio4r (2.7.0) nokogiri (1.15.3) mini_portile2 (~> 2.8.2) @@ -83,19 +97,19 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - public_suffix (5.0.3) + public_suffix (5.0.4) puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) rack (3.0.8) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.8.3) rexml (3.2.6) - roda (3.71.0) + roda (3.75.0) rack rouge (3.30.0) rubocop (1.59.0) @@ -117,18 +131,18 @@ GEM activesupport (>= 6.0) erubi (>= 1.10) tilt (~> 2.0) - thor (1.2.2) - tilt (2.2.0) + thor (1.3.0) + tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby DEPENDENCIES - bridgetown (~> 1.3.1) + bridgetown (~> 1.3.2) bridgetown-feed (~> 3.0) bridgetown-seo-tag (~> 6.0) bridgetown-svg-inliner (~> 2.0)