Skip to content

Commit

Permalink
DM2 #254 - Updating to use "figaro" gem for environment variables ins…
Browse files Browse the repository at this point in the history
…tead of "dotenv"
  • Loading branch information
dleadbetter committed Mar 24, 2020
1 parent 7d5880a commit c830013
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
.ruby-version
convert/node_modules

latest.dump
latest.dump
# Ignore application configuration
/config/application.yml
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'image_processing', '~> 1.2'
gem 'aws-sdk-s3', require: false
gem 'rack-cors', :require => 'rack/cors'
gem 'pg_search'
gem 'dotenv-rails'
gem 'figaro'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ GEM
devise_token_auth (1.1.0)
devise (> 3.5.2, < 4.7)
rails (>= 4.2.0, < 6)
dotenv (2.7.5)
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
erubi (1.8.0)
ffi (1.10.0)
figaro (1.1.1)
thor (~> 0.14)
foreman (0.87.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -197,7 +195,7 @@ DEPENDENCIES
byebug
devise (~> 4.6.1)
devise_token_auth (~> 1.0)
dotenv-rails
figaro
foreman
image_processing (~> 1.2)
listen (>= 3.0.5, < 3.2)
Expand Down

0 comments on commit c830013

Please sign in to comment.