Improve the Gemfile comments’ formatting
This commit is contained in:
parent
4675a84f9e
commit
4dc4f669e8
1 changed files with 5 additions and 4 deletions
9
Gemfile
9
Gemfile
|
@ -26,10 +26,10 @@ gem 'unicorn'
|
|||
# serializer
|
||||
gem 'active_model_serializers'
|
||||
|
||||
#haml
|
||||
# haml
|
||||
gem 'haml-rails'
|
||||
|
||||
#bootstrap saas
|
||||
# bootstrap saas
|
||||
gem 'bootstrap-sass', '~> 3.3.5'
|
||||
|
||||
# Pagination
|
||||
|
@ -40,7 +40,7 @@ gem 'draper', '~> 3.0.0.pre1'
|
|||
|
||||
gem 'unicode_utils'
|
||||
|
||||
#Gestion des comptes utilisateurs
|
||||
# Gestion des comptes utilisateurs
|
||||
gem 'devise'
|
||||
gem 'openid_connect'
|
||||
|
||||
|
@ -79,7 +79,8 @@ gem 'as_csv'
|
|||
gem 'spreadsheet_architect'
|
||||
|
||||
gem 'apipie-rails'
|
||||
gem "maruku" # for Markdown support in apipie
|
||||
# For Markdown support in apipie
|
||||
gem "maruku"
|
||||
|
||||
gem 'openstack'
|
||||
|
||||
|
|
Loading…
Reference in a new issue