fix dotenv dependency

This commit is contained in:
David Dollar
2013-04-15 15:32:27 -04:00
parent cc51ab2cb1
commit 23561b963c
2 changed files with 1 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ source "http://rubygems.org"
gemspec gemspec
gem 'dotenv', :github => 'bkeepers/dotenv', :branch => '0.7'
platform :mingw do platform :mingw do
gem "win32console", "~> 1.3.0" gem "win32console", "~> 1.3.0"
end end

View File

@@ -1,10 +1,3 @@
GIT
remote: git://github.com/bkeepers/dotenv.git
revision: bd139d3c2e627c4f5958542de50a1ae7038f0f8d
branch: 0.7
specs:
dotenv (0.7.0)
PATH PATH
remote: . remote: .
specs: specs:
@@ -21,6 +14,7 @@ GEM
xml-simple xml-simple
builder (3.0.0) builder (3.0.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
dotenv (0.7.0)
fakefs (0.3.2) fakefs (0.3.2)
hpricot (0.8.6) hpricot (0.8.6)
hpricot (0.8.6-java) hpricot (0.8.6-java)
@@ -60,7 +54,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
aws-s3 aws-s3
dotenv!
fakefs (~> 0.3.2) fakefs (~> 0.3.2)
foreman! foreman!
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)