add Question
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user