mirror of
https://github.com/we-promise/sure.git
synced 2026-04-12 00:27:21 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user