From aeb5dbc4b1e65592a6cfa1033dabb928a7dfca1f Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 5 Jul 2018 15:22:13 +0200 Subject: [PATCH] Devs are responsible for their ENV management themselves. --- .gitignore | 11 ----------- Gemfile | 3 --- 2 files changed, 14 deletions(-) diff --git a/.gitignore b/.gitignore index 080b946b0..06ffce9cc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,17 +19,6 @@ # Ignore .project files /.project -# Ignore .rbenv-vars -/.rbenv-vars - -# exclude the figaro ENV setting helper file - run 'bundle exec figaro install' for creating your own -# see: https://github.com/laserlemon/figaro -# Ignore application configuration -/config/application.yml - -# Ignore .envrc for direnv -/.envrc - # Ignore database config /config/database.yml diff --git a/Gemfile b/Gemfile index b7a61f748..298912670 100644 --- a/Gemfile +++ b/Gemfile @@ -158,9 +158,6 @@ group :development, :test do # changelog generation gem 'github_changelog_generator' - # Setting ENV for testing purposes - gem 'figaro' - # Use Factory Bot for generating random test data gem 'factory_bot_rails'