Update bundler

This commit is contained in:
stefan burke 2024-11-18 22:08:46 +00:00
parent a8aee74449
commit 2d4529d914
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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
"