Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greyidol authored and pixeldesu committed Sep 5, 2023
1 parent 13f5d30 commit e67704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ group :development, :test do
gem "better_errors"
gem "bullet"
gem "database_cleaner"
gem "dotenv-rails", "~> 2.8"
gem "factory_bot_rails", require: false
gem "faker"
gem "haml_lint", require: false
Expand All @@ -96,7 +97,6 @@ group :development, :test do
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
gem "simplecov-json", require: false
gem "dotenv-rails", "~> 2.8"
end

group :production do
Expand Down

0 comments on commit e67704e

Please sign in to comment.