You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/08/24 13:41:56 UTC

[30/50] [abbrv] incubator-taverna-databundle-viewer git commit: Install gem dotenv-rails for loads environment variables from .env file

Install gem dotenv-rails for loads environment variables from .env file


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/a3c37872
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/a3c37872
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/a3c37872

Branch: refs/heads/master
Commit: a3c378728c6c1f1f000760ff3ed1aa8e1f5176cb
Parents: 989c646
Author: Denis Karyakin <sa...@gmail.com>
Authored: Tue Aug 18 19:03:08 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Tue Aug 18 19:03:08 2015 +0300

----------------------------------------------------------------------
 Gemfile      | 2 ++
 Gemfile.lock | 5 +++++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/a3c37872/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 8ea606c..9c32885 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,6 +41,8 @@ gem 'taverna-t2flow'
 gem 'archive-zip'
 # Paginator
 gem 'kaminari'
+# Loads environment variables from `.env`
+gem 'dotenv-rails'
 
 group :development, :test do
   # More useful error page

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/a3c37872/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 54eda45..0c449b2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -88,6 +88,10 @@ GEM
       warden (~> 1.2.3)
     diff-lcs (1.2.5)
     docile (1.1.5)
+    dotenv (2.0.2)
+    dotenv-rails (2.0.2)
+      dotenv (= 2.0.2)
+      railties (~> 4.0)
     draper (2.1.0)
       actionpack (>= 3.0)
       activemodel (>= 3.0)
@@ -398,6 +402,7 @@ DEPENDENCIES
   coffee-rails (~> 4.1.0)
   database_rewinder
   devise
+  dotenv-rails
   draper
   factory_girl_rails
   faker