From 7352b33832f25d74b14ea96b08d2fe88fc5ccec1 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 19 Sep 2017 14:17:58 +0300 Subject: [PATCH] Revert "Remove unused "data-provide" gem" This reverts commit aae9674d45cdd27737aa9e2e9c7106af67a370ed. --- Gemfile | 1 + Gemfile.lock | 3 +++ app/assets/stylesheets/admin-manifest.sass | 1 + 3 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 33c0b1ef8..472dbad59 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,7 @@ gem 'coderay', '1.1.0' # xml console visualize gem 'html5_validators', '1.2.2' # model requements now automatically on html form gem 'nprogress-rails', '0.1.6.7' # visual loader gem 'select2-rails', '3.5.9.3' # for autocomplete +gem 'bootstrap-datepicker-rails', '1.3.1.1' # datepicker gem 'liquid', '3.0.6' # for email templates # rights diff --git a/Gemfile.lock b/Gemfile.lock index ce852595b..3c91065a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,6 +118,8 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.11) + bootstrap-datepicker-rails (1.3.1.1) + railties (>= 3.0) bootstrap-sass (3.3.5.1) autoprefixer-rails (>= 5.0.0.1) sass (>= 3.3.0) @@ -500,6 +502,7 @@ DEPENDENCIES activerecord-import (= 0.7.0) airbrake autodoc + bootstrap-datepicker-rails (= 1.3.1.1) bootstrap-sass (= 3.3.5.1) brakeman (= 3.6.1) bullet (= 4.14.7) diff --git a/app/assets/stylesheets/admin-manifest.sass b/app/assets/stylesheets/admin-manifest.sass index 4dabdad0c..8975faf71 100644 --- a/app/assets/stylesheets/admin-manifest.sass +++ b/app/assets/stylesheets/admin-manifest.sass @@ -9,5 +9,6 @@ @import typeaheadjs @import selectize @import selectize.bootstrap3 +// @import bootstrap-datepicker3 @import admin/admin @import admin/bootstrap-dialog-fix