mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
update bootstrap to v 3.3.7
This commit is contained in:
parent
d50bc5fde9
commit
41db1a9ab3
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ gem 'pg', '~> 0.18'
|
|||
gem 'devise', '~> 4.3.0'
|
||||
gem 'devise_invitable'
|
||||
gem 'simple_token_authentication', '~> 1.15.1' # Token authentication for Devise
|
||||
gem 'bootstrap-sass', '~> 3.3.5'
|
||||
gem 'bootstrap-sass', '~> 3.3.7'
|
||||
gem 'sass-rails', '~> 5.0.6'
|
||||
gem 'bootstrap_form'
|
||||
gem 'yomu'
|
||||
|
|
|
@ -517,7 +517,7 @@ DEPENDENCIES
|
|||
bcrypt (~> 3.1.10)
|
||||
better_errors
|
||||
binding_of_caller
|
||||
bootstrap-sass (~> 3.3.5)
|
||||
bootstrap-sass (~> 3.3.7)
|
||||
bootstrap-select-rails (~> 1.6.3)
|
||||
bootstrap3-datetimepicker-rails (~> 4.15.35)
|
||||
bootstrap_form
|
||||
|
|
Loading…
Reference in a new issue