mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +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
|
||||
gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35'
|
||||
# Select elements for Bootstrap
|
||||
gem 'bootstrap-select-rails'
|
||||
gem 'bootstrap-select-rails', '~> 1.6.3'
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
# jQuery & plugins
|
||||
gem 'jquery-turbolinks'
|
||||
|
|
|
@ -95,7 +95,7 @@ GEM
|
|||
bootstrap-sass (3.3.7)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
sass (>= 3.3.4)
|
||||
bootstrap-select-rails (1.12.1)
|
||||
bootstrap-select-rails (1.6.3)
|
||||
bootstrap3-datetimepicker-rails (4.15.35)
|
||||
momentjs-rails (>= 2.8.1)
|
||||
bootstrap_form (2.7.0)
|
||||
|
@ -473,7 +473,7 @@ DEPENDENCIES
|
|||
better_errors
|
||||
binding_of_caller
|
||||
bootstrap-sass (~> 3.3.5)
|
||||
bootstrap-select-rails
|
||||
bootstrap-select-rails (~> 1.6.3)
|
||||
bootstrap3-datetimepicker-rails (~> 4.15.35)
|
||||
bootstrap_form
|
||||
byebug
|
||||
|
|
Loading…
Reference in a new issue