Skip to content

Commit

Permalink
[release process] Run bundler outdated to help debug (#868)
Browse files Browse the repository at this point in the history
For some reason bundler isn't finding the new versions
of the gems on rubygems. Weird.
  • Loading branch information
jagthedrummer authored Aug 17, 2023
1 parent f87e005 commit bc66960
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/bump-core
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc66960

Please sign in to comment.