Skip to content

Commit

Permalink
Declare delayed_job and sidekiq as integration gem's dependency (#1506)
Browse files Browse the repository at this point in the history
* Declare delayed_job as sentry-delayed_job's dependency

* Declare sidekiq as sentry-sidekiq's dependency

* Update changelog
  • Loading branch information
st0012 authored Jul 16, 2021
1 parent 3d82d7f commit bae8c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

- Declare `resque` as `sentry-resque`'s dependency [#1503](https://github.com/getsentry/sentry-ruby/pull/1503)
- Fixes [#1502](https://github.com/getsentry/sentry-ruby/issues/1502)
- Declare `delayed_job` and `sidekiq` as integration gem's dependency [#1506](https://github.com/getsentry/sentry-ruby/pull/1506)
- `DSN#server` shouldn't include path [#1505](https://github.com/getsentry/sentry-ruby/pull/1505)

## 4.6.1
Expand Down
1 change: 1 addition & 0 deletions sentry-delayed_job/sentry-delayed_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "sentry-ruby-core", "~> 4.6.0"
spec.add_dependency "delayed_job", ">= 4.0"
end
1 change: 1 addition & 0 deletions sentry-sidekiq/sentry-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "sentry-ruby-core", "~> 4.6.0"
spec.add_dependency "sidekiq", ">= 3.0"
end

0 comments on commit bae8c5b

Please sign in to comment.