Skip to content

Commit

Permalink
Change figaro to rails credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyDiver committed Sep 21, 2021
1 parent f6f919b commit b87b808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ yarn-debug.log*
/yarn-error.log
# Ignore application configuration
/config/application.yml

/config/master.key
/config/credentials.yml.enc
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'pg'
gem 'sass-rails'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'
# Used for locating stores
gem 'geocoder', '~> 1.6', '>= 1.6.7'

gem 'mini_racer'

Expand Down Expand Up @@ -108,6 +110,3 @@ gem 'activerecord-nulldb-adapter'

# improved JSON rendering performance
gem 'oj'

# Figaro
gem 'figaro', '~> 1.1', '>= 1.1.1'
13 changes: 0 additions & 13 deletions config/application.yml

This file was deleted.

0 comments on commit b87b808

Please sign in to comment.