Skip to content

Commit

Permalink
Use dotenv vs dotenv-rails
Browse files Browse the repository at this point in the history
The former now incorporates the latter and the latter will soon be
deprecated. See this PR [1] for details.

[1]: bkeepers/dotenv#468
  • Loading branch information
floehopper committed Feb 29, 2024
1 parent f04c017 commit 112e13a
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 @@ -15,7 +15,7 @@ group :assets, :development do
end

group :development do
gem 'dotenv-rails', '~> 3.1'
gem 'dotenv', '~> 3.1'
gem 'listen', '>= 3.0.5', '< 3.10'
gem 'tinify'
end
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Expand Up @@ -101,9 +101,6 @@ GEM
date (3.3.3)
diff-lcs (1.5.1)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
erubi (1.12.0)
ffi (1.16.3)
globalid (1.2.1)
Expand Down Expand Up @@ -248,7 +245,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1.143)
bootsnap (>= 1.1.0)
capybara (~> 3.40)
dotenv-rails (~> 3.1)
dotenv (~> 3.1)
kramdown (~> 2.4)
listen (>= 3.0.5, < 3.10)
puma (~> 6)
Expand Down

0 comments on commit 112e13a

Please sign in to comment.