diff --git a/Gemfile b/Gemfile index 4feee0b..2a9087d 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'simple_form' gem 'kaminari' gem 'to_csv-rails' -gem 'bootstrap-multiselect-rails' +# gem 'bootstrap-multiselect-rails' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 71ee041..d9c7620 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,8 +42,6 @@ GEM sshkit (>= 1.6.1, != 1.7.0) arel (7.1.4) bcrypt (3.1.11) - bootstrap-multiselect-rails (0.9.9) - rails (>= 4.0.0) builder (3.2.3) byebug (9.0.6) capistrano (3.7.2) @@ -222,7 +220,6 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.7) - bootstrap-multiselect-rails byebug capistrano capistrano-bundler diff --git a/app/assets/.DS_Store b/app/assets/.DS_Store index 5abf0cd..6b56a5d 100644 Binary files a/app/assets/.DS_Store and b/app/assets/.DS_Store differ diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 29f4a47..1c4e0b8 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -13,6 +13,5 @@ //= require jquery //= require jquery_ujs //= require turbolinks -//= require bootstrap.v4a2.min -//= require bootstrap-multiselect +//= require bootstrap.v4a2.min //= require_tree . diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 3124c3d..c84e3e3 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -13,5 +13,4 @@ *= require_tree . *= require_self */ - @import "bootstrap.v4a2.min"; - @import "bootstrap-multiselect"; \ No newline at end of file + @import "bootstrap.v4a2.min"; \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ce5d9db..da94ae9 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -8,6 +8,8 @@ <%= csrf_meta_tags %> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application', 'data-turbolinks-eval' => true %> + +