Skip to content

Commit

Permalink
Merge pull request #66 from novuhq/Fix-exponential-backoff
Browse files Browse the repository at this point in the history
Update novu.gemspec
  • Loading branch information
unicodeveloper authored Jan 18, 2024
2 parents 4be2d37 + 4616131 commit b2356fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions novu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"

spec.add_dependency "activesupport", ">= 6.1.7.2"
spec.add_dependency "exponential-backoff"
spec.add_dependency "activesupport", "~> 6.1", ">= 6.1.7.2"
spec.add_dependency "exponential-backoff", "~> 0.0.4"
spec.add_dependency "httparty", "~> 0.21"
spec.add_dependency "uuid", '~> 2.3', '>= 2.3.9'
spec.add_dependency "uuid", "~> 2.3", ">= 2.3.9"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit b2356fc

Please sign in to comment.