Skip to content

Commit

Permalink
Replacing dotenv-rails by dotenv
Browse files Browse the repository at this point in the history
From dotenv V3 changelog:
> The dotenv-rails gem is now superfluous. It's not technically
  deprecated yet and will continue to work, but the dotenv gem does the
  same thing. bkeepers/dotenv#468
  • Loading branch information
rioug committed Feb 13, 2024
1 parent e19d3d0 commit 930aac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

ruby File.read('.ruby-version').chomp

gem 'dotenv-rails', require: 'dotenv/rails-now' # Load ENV vars before other gems
gem 'dotenv', require: 'dotenv/load' # Load ENV vars before other gems

gem 'rails'

Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Expand Up @@ -259,9 +259,6 @@ GEM
digest (3.1.1)
docile (1.4.0)
dotenv (3.0.0)
dotenv-rails (3.0.0)
dotenv (= 3.0.0)
railties (>= 6.1)
email_validator (2.2.4)
activemodel
erubi (1.12.0)
Expand Down Expand Up @@ -846,7 +843,7 @@ DEPENDENCIES
devise-token_authenticatable
dfc_provider!
digest
dotenv-rails
dotenv
factory_bot_rails (= 6.2.0)
faraday
ffaker
Expand Down

0 comments on commit 930aac9

Please sign in to comment.