Skip to content

Commit

Permalink
Remove dependenciy bumping from sentry-sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Feb 2, 2021
1 parent a272375 commit 80979ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-sidekiq/sentry-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "sentry-ruby-core", "~> 4.2.0"
spec.add_dependency "sentry-ruby-core", "~> 4.1.2"
end

0 comments on commit 80979ec

Please sign in to comment.