Bump autoprefixer-rails
This commit is contained in:
parent
462d3936a1
commit
509b302073
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -64,7 +64,7 @@ gem "rack-cors", "2.0.1", require: "rack/cors"
|
||||||
|
|
||||||
# CSS
|
# CSS
|
||||||
|
|
||||||
gem "autoprefixer-rails", "10.4.7.0"
|
gem "autoprefixer-rails", "10.4.13.0"
|
||||||
gem "bootstrap-sass", "3.4.1"
|
gem "bootstrap-sass", "3.4.1"
|
||||||
gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691
|
gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691
|
||||||
gem "sassc-rails", "2.1.2"
|
gem "sassc-rails", "2.1.2"
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ GEM
|
||||||
attr_encrypted (4.0.0)
|
attr_encrypted (4.0.0)
|
||||||
encryptor (~> 3.0.0)
|
encryptor (~> 3.0.0)
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
autoprefixer-rails (10.4.7.0)
|
autoprefixer-rails (10.4.13.0)
|
||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
babel-source (5.8.35)
|
babel-source (5.8.35)
|
||||||
babel-transpiler (0.7.0)
|
babel-transpiler (0.7.0)
|
||||||
|
|
@ -796,7 +796,7 @@ DEPENDENCIES
|
||||||
acts_as_api (= 1.0.1)
|
acts_as_api (= 1.0.1)
|
||||||
addressable (= 2.8.0)
|
addressable (= 2.8.0)
|
||||||
asset_sync (= 2.15.2)
|
asset_sync (= 2.15.2)
|
||||||
autoprefixer-rails (= 10.4.7.0)
|
autoprefixer-rails (= 10.4.13.0)
|
||||||
babel-transpiler (= 0.7.0)
|
babel-transpiler (= 0.7.0)
|
||||||
bootstrap-sass (= 3.4.1)
|
bootstrap-sass (= 3.4.1)
|
||||||
bootstrap-switch-rails (= 3.3.3)
|
bootstrap-switch-rails (= 3.3.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue