Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Update dotenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 30, 2014
1 parent f3ad730 commit 407d167
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 @@ -23,9 +23,7 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
dotenv (1.0.2)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.6)
Expand Down Expand Up @@ -304,7 +302,7 @@ PLATFORMS

DEPENDENCIES
coveralls
dotenv (~> 0.11)
dotenv (~> 1.0)
guard-rspec
guard-yard
pry
Expand Down
2 changes: 1 addition & 1 deletion redditkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'htmlentities', "~> 4.3"
spec.add_dependency 'multi_json', '~> 1.8'

spec.add_development_dependency 'dotenv', '~> 0.11'
spec.add_development_dependency 'dotenv', '~> 1.0'
end

0 comments on commit 407d167

Please sign in to comment.