mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Improve rails controllers (#118)
This commit is contained in:
committed by
GitHub
parent
8e75a85873
commit
94f77517a8
7
Gemfile
7
Gemfile
@@ -4,7 +4,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
ruby '2.6.6'
|
||||
|
||||
gem 'rails', '6.0.4.7'
|
||||
gem 'i18n-js'
|
||||
|
||||
gem 'pg', '>= 0.18', '< 2.0'
|
||||
|
||||
@@ -23,6 +22,12 @@ gem 'bootsnap', '>= 1.4.2', require: false
|
||||
# Authentication
|
||||
gem 'devise', '4.7.3'
|
||||
|
||||
# Authorization
|
||||
gem 'pundit', '2.2.0'
|
||||
|
||||
# I18n (forward locales to JS)
|
||||
gem 'i18n-js'
|
||||
|
||||
# Administration panel
|
||||
gem "administrate", '0.16.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user