Skip to content

Commit

Permalink
Set ruby-version to 2.7 for danger and keeping default rubygems-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Dec 17, 2023
1 parent f56f07c commit 1e33444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/danger.yml
Expand Up @@ -12,9 +12,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 2.7
bundler-cache: true
rubygems: latest
- name: Run Danger
run: |
# the token is public, has public_repo scope and belongs to the grape-bot user owned by @dblock, this is ok
Expand Down

0 comments on commit 1e33444

Please sign in to comment.