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
|
||||
gem 'bootstrap-sass', '~> 3.3.5'
|
||||
|
||||
gem 'autoprefixer-rails'
|
||||
|
||||
# Pagination
|
||||
gem 'will_paginate-bootstrap'
|
||||
|
||||
gem 'bootstrap-datepicker-rails'
|
||||
|
||||
# Decorators
|
||||
gem 'draper'
|
||||
|
||||
|
@ -60,7 +64,6 @@ gem 'leaflet-rails'
|
|||
gem 'leaflet-markercluster-rails', '~> 0.7.0'
|
||||
gem 'leaflet-draw-rails'
|
||||
|
||||
gem 'bootstrap-datepicker-rails'
|
||||
|
||||
gem 'chartkick'
|
||||
|
||||
|
|
|
@ -445,6 +445,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
active_model_serializers
|
||||
autoprefixer-rails
|
||||
bootstrap-datepicker-rails
|
||||
bootstrap-sass (~> 3.3.5)
|
||||
byebug
|
||||
|
|
Loading…
Add table
Reference in a new issue