Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
added dotenv-rails as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hummusonrails authored and mheap committed Apr 10, 2019
1 parent 7c73e96 commit 0990240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexmo_rails.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|

spec.add_dependency('jwt', '~> 2')
spec.add_dependency('nexmo', '~> 5.5')
spec.add_dependency('dotenv-rails')
spec.add_development_dependency('rspec')
spec.add_development_dependency('generator_spec')

Expand Down

0 comments on commit 0990240

Please sign in to comment.