Skip to content

Commit

Permalink
Merge pull request #12 from trusted/bump-version
Browse files Browse the repository at this point in the history
bum to 0.3.1
  • Loading branch information
gustavodiel authored Oct 30, 2024
2 parents 7f081ab + 1dac18a commit 04988e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
sidekiq-silent-retry (0.3.0)
sidekiq (~> 6.0)
sidekiq-silent-retry (0.3.1)
sidekiq (>= 6.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/silent_retry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module SilentRetry
VERSION = "0.3.0"
VERSION = "0.3.1"
end
end
2 changes: 1 addition & 1 deletion sidekiq-silent-retry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'sidekiq', '~> 6.0'
spec.add_dependency 'sidekiq', '>= 6.0'
end

0 comments on commit 04988e2

Please sign in to comment.