Test autofixer rails gem
This commit is contained in:
parent
419399d465
commit
6ccbb19ff1
2 changed files with 5 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -40,9 +40,13 @@ gem 'haml-rails'
|
||||||
#bootstrap saas
|
#bootstrap saas
|
||||||
gem 'bootstrap-sass', '~> 3.3.5'
|
gem 'bootstrap-sass', '~> 3.3.5'
|
||||||
|
|
||||||
|
gem 'autoprefixer-rails'
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
gem 'will_paginate-bootstrap'
|
gem 'will_paginate-bootstrap'
|
||||||
|
|
||||||
|
gem 'bootstrap-datepicker-rails'
|
||||||
|
|
||||||
# Decorators
|
# Decorators
|
||||||
gem 'draper'
|
gem 'draper'
|
||||||
|
|
||||||
|
@ -60,7 +64,6 @@ gem 'leaflet-rails'
|
||||||
gem 'leaflet-markercluster-rails', '~> 0.7.0'
|
gem 'leaflet-markercluster-rails', '~> 0.7.0'
|
||||||
gem 'leaflet-draw-rails'
|
gem 'leaflet-draw-rails'
|
||||||
|
|
||||||
gem 'bootstrap-datepicker-rails'
|
|
||||||
|
|
||||||
gem 'chartkick'
|
gem 'chartkick'
|
||||||
|
|
||||||
|
|
|
@ -445,6 +445,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers
|
active_model_serializers
|
||||||
|
autoprefixer-rails
|
||||||
bootstrap-datepicker-rails
|
bootstrap-datepicker-rails
|
||||||
bootstrap-sass (~> 3.3.5)
|
bootstrap-sass (~> 3.3.5)
|
||||||
byebug
|
byebug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue