1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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