Skip to content

Commit

Permalink
pin bundler for otel
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Dec 18, 2023
1 parent 9140cdb commit df45cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sentry_opentelemetry_test.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: ruby/setup-ruby@8ddb7b3348b3951590db24c346e94ebafdabc926
with:
ruby-version: ${{ matrix.ruby_version }}
bundler: "2.3"

- name: Run specs
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sentry_rails_test.yml
Expand Up @@ -73,7 +73,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler: "2.3"
rubygems: ${{ matrix.rails_version == '7.1.0' && 'latest' || 'default' }}
# rails 7.1.0 requires latest rubygems
# but 3.5.0 dropped ruby 2.7 so we need to pin to something that works for all our shit
rubygems: ${{ matrix.rails_version == '7.1.0' && '3.4.22' || 'default' }}

- name: Build with Rails ${{ matrix.rails_version }}
env:
Expand Down

0 comments on commit df45cce

Please sign in to comment.