Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Remove dotenv dependency until 1.0 is released
Browse files Browse the repository at this point in the history
Otherwise there is a circular dependency
  • Loading branch information
bkeepers committed Feb 23, 2014
1 parent 322877f commit ab91a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotenv-deployment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "dotenv", "~>0.10.0"
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
end

0 comments on commit ab91a6b

Please sign in to comment.