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

Commit

Permalink
Merge pull request #150 from ProTip/dotenv
Browse files Browse the repository at this point in the history
Added dotenv support to Rakefile
  • Loading branch information
obfuscurity committed Oct 29, 2013
2 parents 2a4544b + acd04b2 commit ab0d54d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem "json"
gem "rspec"
gem "rufus-scheduler"
gem "nokogiri"
gem "dotenv"

group :development do
gem "foreman"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
coderay (1.0.8)
daemons (1.1.9)
diff-lcs (1.1.3)
dotenv (0.9.0)
eventmachine (1.0.3)
faraday (0.8.6)
multipart-post (~> 1.1)
Expand Down Expand Up @@ -101,6 +102,7 @@ PLATFORMS
ruby

DEPENDENCIES
dotenv
foreman
haml
json
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'dotenv'
Dotenv.load

namespace :db do
require 'sequel'
Expand Down

0 comments on commit ab0d54d

Please sign in to comment.