Skip to content

Commit

Permalink
Pin gemfury version
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jul 17, 2023
1 parent e5a4c42 commit 93497de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ on:
shell: bash
run: |
PATH=$(echo $(ruby -r rubygems -e 'puts Gem.user_dir') | sed "s/C:\//\/c\//")/bin:$PATH
gem install --user-install gemfury
# GH-36692: Pin gemfury due to wrong faraday dependency declaration.
gem install --user-install gemfury -v 0.12.0
fury push \
--api-token=${CROSSBOW_GEMFURY_TOKEN} \
--as=${CROSSBOW_GEMFURY_ORG} \
Expand Down

0 comments on commit 93497de

Please sign in to comment.