Skip to content

Commit

Permalink
Merge pull request #65 from Eazybright/fix/add-dependency-to-gemspec
Browse files Browse the repository at this point in the history
Fix/add dependency to gemspec
  • Loading branch information
unicodeveloper committed Jan 18, 2024
2 parents 530ad70 + 8a95cad commit 4be2d37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion novu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 "httparty", "~> 0.21"
spec.add_dependency "activesupport", ">= 6.1.7.2"
spec.add_dependency "exponential-backoff"
spec.add_dependency "httparty", "~> 0.21"
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 4be2d37

Please sign in to comment.