implement changes from review

This commit is contained in:
greyidol 2023-09-04 21:21:03 +00:00 committed by Andreas Nedbal
parent e082b0da6e
commit 13f5d305f8
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
/config/database.yml
.env
.env.production
.env.development
/coverage

View File

@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "i18n-js", "4.0"
gem "rails", "~> 6.1"
gem "rails-i18n", "~> 7.0"
gem "dotenv-rails", "~> 2.8"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
@ -97,6 +96,7 @@ 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