basic admin policy start
This commit is contained in:
2
Gemfile
2
Gemfile
@ -11,6 +11,7 @@ gem 'jquery-rails'
|
||||
gem 'json', '~> 2.0.2'
|
||||
gem 'mailjet', '~> 1.3.8'
|
||||
gem 'puma', '~> 3.0'
|
||||
gem 'pundit'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'settingslogic', '~> 2.0.9'
|
||||
gem 'turbolinks', '~> 5'
|
||||
@ -44,6 +45,7 @@ group :development, :test do
|
||||
gem 'guard-shell'
|
||||
gem 'listen', '~> 3.0'
|
||||
gem 'minitest-reporters'
|
||||
gem 'policy-assertions'
|
||||
gem 'pry-byebug'
|
||||
gem 'pry-rails'
|
||||
gem 'rails-controller-testing'
|
||||
|
Reference in New Issue
Block a user