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:
parent
88b4f2fb6b
commit
25e3ee8e49
2 changed files with 0 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -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"
|
||||
|
|
|
@ -381,7 +381,6 @@ DEPENDENCIES
|
|||
brakeman
|
||||
capybara
|
||||
debug
|
||||
dotenv
|
||||
dotenv-rails
|
||||
hotwire-livereload
|
||||
i18n-tasks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue