Merge branch 'master' of gitlab.c3sl.ufpr.br:portalmec/portalmec
No related branches found
No related tags found
... | @@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.0' | ... | @@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.0' |
gem 'sdoc', '~> 0.4.0', group: :doc | gem 'sdoc', '~> 0.4.0', group: :doc | ||
# Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
# Use Unicorn as the app server | # Use Unicorn as the app server | ||
# gem 'unicorn' | # gem 'unicorn' | ||
... | @@ -56,7 +56,10 @@ end | ... | @@ -56,7 +56,10 @@ end |
# authentication | # authentication | ||
gem 'devise' | gem 'devise' | ||
# enable login via rest | |||
gem 'devise_token_auth' | gem 'devise_token_auth' | ||
gem 'rack-cors', require: 'rack/cors' | |||
#bootstrap | #bootstrap | ||
gem 'bootstrap-sass' | gem 'bootstrap-sass' | ||
... | ... |
Please register or sign in to comment