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 Mar 20, 2023
1 parent ba7fc75 commit f5ad6f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 f5ad6f4

Please sign in to comment.