Skip to content

Commit

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

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

- name: Run specs
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sentry_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ 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: 0 additions & 1 deletion .github/workflows/sentry_resque_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

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

- name: Start Redis
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sentry_sidekiq_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- { ruby_version: 2.6, sidekiq_version: 5.0 }
- { ruby_version: 2.6, sidekiq_version: 6.0 }
- { ruby_version: jruby, sidekiq_version: 5.0 }
- { ruby_version: jruby, sidekiq_version: 6.5 }
- { ruby_version: jruby, sidekiq_version: 6.0 }
- { ruby_version: jruby, sidekiq_version: 7.0 }
- {
ruby_version: "3.2",
Expand All @@ -57,7 +57,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
rubygems: latest
bundler-cache: true

- name: Start Redis
Expand Down
2 changes: 0 additions & 2 deletions sentry-sidekiq/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
rescue LoadError
end

require "sidekiq"

# this enables sidekiq's server mode
require "sidekiq/cli"

Expand Down

0 comments on commit 8a37adc

Please sign in to comment.