Skip to content

Commit

Permalink
Move from dotenv-rails to dotenv
Browse files Browse the repository at this point in the history
"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."

https://github.com/bkeepers/dotenv/blob/main/Changelog.md#300
  • Loading branch information
yndajas committed Oct 30, 2024
1 parent 016393d commit f656bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :development, :test do
gem "brakeman"
gem "bullet"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "dotenv-rails"
gem "dotenv"
gem "factory_bot_rails"
gem "faker"
gem "rspec-rails"
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
railties (>= 6.1)
drb (2.2.1)
erubi (1.13.0)
execjs (2.9.1)
Expand Down Expand Up @@ -404,7 +401,7 @@ DEPENDENCIES
coffee-rails (~> 5.0)
database_cleaner
database_cleaner-active_record
dotenv-rails
dotenv
factory_bot_rails
faker
high_voltage
Expand Down

0 comments on commit f656bd0

Please sign in to comment.