mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix bootstrap select dropdown [SCI-1895][SCI-1896]
This commit is contained in:
parent
44f0336a96
commit
b98241ef61
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -25,7 +25,7 @@ gem 'momentjs-rails', '>= 2.9.0'
|
||||||
# JS datetime picker
|
# JS datetime picker
|
||||||
gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35'
|
gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35'
|
||||||
# Select elements for Bootstrap
|
# Select elements for Bootstrap
|
||||||
gem 'bootstrap-select-rails'
|
gem 'bootstrap-select-rails', '~> 1.6.3'
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
# jQuery & plugins
|
# jQuery & plugins
|
||||||
gem 'jquery-turbolinks'
|
gem 'jquery-turbolinks'
|
||||||
|
|
|
@ -95,7 +95,7 @@ GEM
|
||||||
bootstrap-sass (3.3.7)
|
bootstrap-sass (3.3.7)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.4)
|
sass (>= 3.3.4)
|
||||||
bootstrap-select-rails (1.12.1)
|
bootstrap-select-rails (1.6.3)
|
||||||
bootstrap3-datetimepicker-rails (4.15.35)
|
bootstrap3-datetimepicker-rails (4.15.35)
|
||||||
momentjs-rails (>= 2.8.1)
|
momentjs-rails (>= 2.8.1)
|
||||||
bootstrap_form (2.7.0)
|
bootstrap_form (2.7.0)
|
||||||
|
@ -473,7 +473,7 @@ DEPENDENCIES
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootstrap-sass (~> 3.3.5)
|
bootstrap-sass (~> 3.3.5)
|
||||||
bootstrap-select-rails
|
bootstrap-select-rails (~> 1.6.3)
|
||||||
bootstrap3-datetimepicker-rails (~> 4.15.35)
|
bootstrap3-datetimepicker-rails (~> 4.15.35)
|
||||||
bootstrap_form
|
bootstrap_form
|
||||||
byebug
|
byebug
|
||||||
|
|
Loading…
Reference in a new issue