Remove redundant dotenv from Gemfile (#357)

`dotenv` is already a `dotenv-rails` dependency so there is no need to specify it manually to the `Gemfile`.
This commit is contained in:
Anthony
2024-02-07 17:20:22 +01:00
committed by GitHub
parent 88b4f2fb6b
commit 25e3ee8e49
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ group :development, :test do
gem "debug", platforms: %i[ mri windows ]
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
gem "dotenv"
gem "dotenv-rails"
gem "letter_opener"
gem "i18n-tasks"

View File

@@ -381,7 +381,6 @@ DEPENDENCIES
brakeman
capybara
debug
dotenv
dotenv-rails
hotwire-livereload
i18n-tasks