Skip to content

Commit

Permalink
Update dotenv and use it directly. (#1393)
Browse files Browse the repository at this point in the history
# What it does

Updates us to dotenv 3, and moves to using that gem directly instead of
`dotenv-rails` which is [no longer
necessary](bkeepers/dotenv#468).

This effectively the same as #1378, but moves to using `dotenv` as a
direct dependency.
  • Loading branch information
jim committed Mar 11, 2024
1 parent 1769882 commit 09187e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem "mini_magick"

gem "barnes"
gem "sucker_punch"
gem "dotenv-rails"
gem "dotenv"
gem "appsignal"

gem "chronic"
Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,7 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.0)
domain_name (0.6.20240107)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
dotenv (3.1.0)
drb (2.2.1)
e2mmap (0.1.0)
erb_lint (0.5.0)
Expand Down Expand Up @@ -573,7 +570,7 @@ DEPENDENCIES
chronic
cssbundling-rails (~> 1.4)
devise
dotenv-rails
dotenv
erb_lint (~> 0.5.0)
factory_bot_rails
http
Expand Down

0 comments on commit 09187e8

Please sign in to comment.