Skip to content

Commit

Permalink
Merge pull request #84 from SpotswoodCollege/develop
Browse files Browse the repository at this point in the history
chore(dotenv): Add dotenv-rails gem
  • Loading branch information
microlith57 committed Nov 15, 2018
2 parents c414f1a + fe367e7 commit 6ee79a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ config/master.key
# config/secrets.yml

# dotenv
# TODO Comment out this rule if environment variables can be committed
.env

## Environment normalization:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ gem 'exception_handler', '~> 0.8.0.0'
# Use haml for easy HTML generation
gem 'haml'

# dotenv gem for environment variables
gem 'dotenv-rails', group: :development

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ GEM
docile (1.1.5)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.5.0)
dotenv-rails (2.5.0)
dotenv (= 2.5.0)
railties (>= 3.2, < 6.0)
erubi (1.7.1)
exception_handler (0.8.0.0)
bundler
Expand Down Expand Up @@ -253,6 +257,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
coveralls
devise
dotenv-rails
exception_handler (~> 0.8.0.0)
haml
jbuilder (~> 2.8)
Expand Down

0 comments on commit 6ee79a8

Please sign in to comment.