Skip to content

Commit

Permalink
Update dotenv. ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanegan committed Nov 25, 2014
1 parent 7c94cf6 commit eb1f20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
foreman (0.75.0)
dotenv (~> 0.11.1)
dotenv (~> 1.0.2)
thor (~> 0.19.1)

GEM
Expand All @@ -17,9 +17,7 @@ GEM
simplecov (>= 0.7.1, < 1.0.0)
diff-lcs (1.2.5)
docile (1.1.3)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
dotenv (1.0.2)
fakefs (0.3.2)
hpricot (0.8.6)
hpricot (0.8.6-java)
Expand Down
2 changes: 1 addition & 1 deletion foreman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.files << "man/foreman.1"

gem.add_dependency 'thor', '~> 0.19.1'
gem.add_dependency 'dotenv', '~> 0.11.1'
gem.add_dependency 'dotenv', '~> 1.0.2'

if ENV["PLATFORM"] == "mingw32"
gem.add_dependency "win32console", "~> 1.3.0"
Expand Down

0 comments on commit eb1f20b

Please sign in to comment.