Fix bootstrap-sass version
This commit is contained in:
parent
9f3de720c8
commit
357b1eb0b5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ gem 'rails', '4.2.10'
|
|||
|
||||
# Assets
|
||||
gem 'sass-rails', '~> 4.0.3'
|
||||
gem 'bootstrap-sass', '3.2.0.0'
|
||||
gem 'bootstrap-sass', '3.2.0.4'
|
||||
gem 'bootstrap-switch-rails', '3.3.3'
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
gem 'jquery-rails', '4.1.0'
|
||||
|
|
|
@ -47,7 +47,7 @@ GEM
|
|||
rake (>= 10.4, < 13.0)
|
||||
arel (6.0.4)
|
||||
bcrypt (3.1.12)
|
||||
bootstrap-sass (3.2.0.0)
|
||||
bootstrap-sass (3.2.0.4)
|
||||
sass (~> 3.2)
|
||||
bootstrap-switch-rails (3.3.3)
|
||||
bootstrap-will_paginate (0.0.10)
|
||||
|
@ -303,7 +303,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
airbrake (~> 4)
|
||||
annotate
|
||||
bootstrap-sass (= 3.2.0.0)
|
||||
bootstrap-sass (= 3.2.0.4)
|
||||
bootstrap-switch-rails (= 3.3.3)
|
||||
bootstrap-will_paginate (= 0.0.10)
|
||||
byebug
|
||||
|
|
Loading…
Reference in a new issue