Skip to content

Commit 8a04d36

Browse files
committed
release: 5.0.2
1 parent d6b63bb commit 8a04d36

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sentry
22
module DelayedJob
3-
VERSION = "5.0.1"
3+
VERSION = "5.0.2"
44
end
55
end

sentry-delayed_job/sentry-delayed_job.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.add_dependency "sentry-ruby-core", "~> 5.0.1"
25+
spec.add_dependency "sentry-ruby-core", "~> 5.0.2"
2626
spec.add_dependency "delayed_job", ">= 4.0"
2727
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sentry
22
module Rails
3-
VERSION = "5.0.1"
3+
VERSION = "5.0.2"
44
end
55
end

sentry-rails/sentry-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
2323
spec.require_paths = ["lib"]
2424

2525
spec.add_dependency "railties", ">= 5.0"
26-
spec.add_dependency "sentry-ruby-core", "~> 5.0.1"
26+
spec.add_dependency "sentry-ruby-core", "~> 5.0.2"
2727
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sentry
22
module Resque
3-
VERSION = "5.0.1"
3+
VERSION = "5.0.2"
44
end
55
end

sentry-resque/sentry-resque.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.add_dependency "sentry-ruby-core", "~> 5.0.1"
25+
spec.add_dependency "sentry-ruby-core", "~> 5.0.2"
2626
spec.add_dependency "resque", ">= 1.24"
2727
end

sentry-ruby/lib/sentry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sentry
4-
VERSION = "5.0.1"
4+
VERSION = "5.0.2"
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sentry
22
module Sidekiq
3-
VERSION = "5.0.1"
3+
VERSION = "5.0.2"
44
end
55
end

sentry-sidekiq/sentry-sidekiq.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.add_dependency "sentry-ruby-core", "~> 5.0.1"
25+
spec.add_dependency "sentry-ruby-core", "~> 5.0.2"
2626
spec.add_dependency "sidekiq", ">= 3.0"
2727
end

0 commit comments

Comments
 (0)