Skip to content

Commit

Permalink
chore: add dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 14, 2022
1 parent a0c87e7 commit 2053a1d
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 @@ -28,6 +28,7 @@ gem 'moonrope'
gem 'jwt'
gem 'highline', :require => false
gem 'resolv', '~> 0.2.1'
gem 'dotenv-rails'

group :development, :assets do
gem 'sass-rails', '~> 5.0'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ GEM
database_cleaner (1.7.0)
deep_merge (1.2.1)
diff-lcs (1.3)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
dynamic_form (1.1.4)
encrypto_signo (1.0.0)
erubi (1.10.0)
Expand Down Expand Up @@ -256,6 +260,7 @@ DEPENDENCIES
clockwork
coffee-rails (~> 4.2)
database_cleaner
dotenv-rails
dynamic_form
encrypto_signo
factory_bot_rails (~> 4.0)
Expand Down

0 comments on commit 2053a1d

Please sign in to comment.