add Question

This commit is contained in:
João Geonizeli
2022-07-21 09:59:20 -03:00
parent ff815e15f6
commit 9c5b53679d
7 changed files with 211 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ gem "bootsnap", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
gem "pundit", "~> 2.2"
gem "enumerize", "~> 2.5"
gem "activeadmin", "~> 2.13"
gem "sassc-rails"
@@ -37,6 +40,7 @@ group :development, :test do
gem "dotenv-rails", "~> 2.7"
gem "rspec-rails", "~> 5.1"
gem "factory_bot_rails", "~> 6.2"
gem "faker", "~> 2.21"
gem "debug", platforms: %i[ mri mingw x64_mingw ]
end
@@ -50,7 +54,3 @@ end
group :test do
gem "shoulda-matchers", "~> 5.1"
end
gem "faker", "~> 2.21"
gem "pundit", "~> 2.2"