Skip to content

Commit

Permalink
Add DOTENV gem
Browse files Browse the repository at this point in the history
Adding DOTENV to enable use of Google API credentials in local development.
  • Loading branch information
Rosa-Fox committed Apr 12, 2023
1 parent 1b0c851 commit 0803eac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
/node_modules
/yarn-error.log
/public/assets
.env
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source "https://rubygems.org"
gem "rails", "7.0.4.3"

gem "bootsnap", require: false
gem "dotenv-rails"
gem "gds-api-adapters"
gem "google-api-client"
gem "govuk_app_config"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.12.0)
execjs (2.8.1)
faraday (2.3.0)
Expand Down Expand Up @@ -433,6 +437,7 @@ PLATFORMS

DEPENDENCIES
bootsnap
dotenv-rails
gds-api-adapters
google-api-client
govuk_app_config
Expand Down

0 comments on commit 0803eac

Please sign in to comment.