Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 3, 2024
1 parent 6337ce7 commit 7731c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/version_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main
parse_paths(paths)
# TODO - could we look through open PR titles to rule out which gems to update?
# if the PR is the autogenerated PR to update the gem we could skip it
gem_to_update = integrated_gems.sample # HACKY pick a random gem to attempt to update
gem_to_update = "stripe" # wip: force stripe for now, pick a random gem to attempt to update
puts "Randomly chose #{gem_to_update} to update"
update_gem(gem_to_update)
end
Expand Down

0 comments on commit 7731c38

Please sign in to comment.