From 2d4529d9147fb11db2633602cf0e7efb4a07100e Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 18 Nov 2024 22:08:46 +0000 Subject: [PATCH] Update bundler --- Gemfile.lock | 10 +++++----- bin/upgrade | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93d3093..009e17d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,8 +45,8 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) @@ -63,9 +63,9 @@ GEM ffi (~> 1.0) rexml (3.3.9) rmagick (4.3.0) - rouge (4.4.0) + rouge (4.5.1) safe_yaml (1.0.5) - sass-embedded (1.80.6-x86_64-linux-gnu) + sass-embedded (1.81.0-x86_64-linux-gnu) google-protobuf (~> 4.28) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -84,4 +84,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.4.13 + 2.5.23 diff --git a/bin/upgrade b/bin/upgrade index c807227..9b69f28 100755 --- a/bin/upgrade +++ b/bin/upgrade @@ -5,5 +5,6 @@ nix-shell -p ruby_3_3 imagemagick pkg-config --pure --command " echo 'Installing bundles' bundle config set path 'vendor/cache' bundle install --gemfile=Gemfile + bundle update --bundler bundle update "