bkeepers / dotenv

A Ruby gem to load environment variables from `.env`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ask somthing in docs

dhevanthareza opened this issue · comments

Hello, i want to ask, what groups mean in this command "gem 'dotenv-rails', groups: [:development, :test]"

This will only load dotenv-rails in development or test environments. You can read more about Bundler groups here.