Browse Source

Devs are responsible for their ENV management themselves.

Thorsten Eckel 6 years ago
parent
commit
aeb5dbc4b1
2 changed files with 0 additions and 14 deletions
  1. 0 11
      .gitignore
  2. 0 3
      Gemfile

+ 0 - 11
.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
 

+ 0 - 3
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'