From bc66960d5421f11c68b9659542427c8a2435baf6 Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Thu, 17 Aug 2023 09:38:06 -0700 Subject: [PATCH] [release process] Run `bundler outdated` to help debug (#868) For some reason bundler isn't finding the new versions of the gems on rubygems. Weird. --- bin/bump-core | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/bump-core b/bin/bump-core index df47c34f9..96b6611b3 100755 --- a/bin/bump-core +++ b/bin/bump-core @@ -21,11 +21,10 @@ packages=%w( bullet_train-themes-tailwind_css ) -# First we run `bump` at the top level, mainly to have it update -# the CHANGELOG. We have a fake version file in `lib`, just to keep -# `bump` happy. -puts `bundle update #{packages.join(" ")}` +puts output = `bundle outdated` + +puts output = `bundle update #{packages.join(" ")}` npm_packages=%w( @bullet-train/bullet-train