Skip to content

Commit

Permalink
Enforce latest rubygems on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 19, 2024
1 parent ee37a4a commit a9a0df5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Run specs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_opentelemetry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Run specs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Build with Rails ${{ matrix.rails_version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_raven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
bundler: 1
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest

- name: Start Redis
uses: supercharge/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_resque_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Start Redis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Start Redis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Start Redis
Expand Down

0 comments on commit a9a0df5

Please sign in to comment.