Update dependency ruby to v3.3.6 #97

Merged
bustikiller merged 4 commits from renovate/ruby-3.x into main 2024-11-14 08:43:14 +00:00
Showing only changes of commit 2fc4e2debd - Show all commits

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1.202.0
- run: bundle install - run: bundle install
- name: Wait until Postgres is ready to accept connections - name: Wait until Postgres is ready to accept connections
run: | run: |