Bump autoprefixer-rails

This commit is contained in:
Benjamin Neff 2022-06-26 20:06:58 +02:00
parent dc1ec7665b
commit 077bac95c0
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ gem "rack-cors", "1.1.1", require: "rack/cors"
# CSS # CSS
gem "autoprefixer-rails", "10.3.3.0" gem "autoprefixer-rails", "10.4.7.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 "compass-rails", "3.1.0" gem "compass-rails", "3.1.0"

View file

@ -70,7 +70,7 @@ GEM
attr_encrypted (3.1.0) attr_encrypted (3.1.0)
encryptor (~> 3.0.0) encryptor (~> 3.0.0)
attr_required (1.0.1) attr_required (1.0.1)
autoprefixer-rails (10.3.3.0) autoprefixer-rails (10.4.7.0)
execjs (~> 2) execjs (~> 2)
bcrypt (3.1.18) bcrypt (3.1.18)
bindata (2.4.10) bindata (2.4.10)
@ -800,7 +800,7 @@ DEPENDENCIES
addressable (= 2.8.0) addressable (= 2.8.0)
apparition (= 0.6.0) apparition (= 0.6.0)
asset_sync (= 2.15.0) asset_sync (= 2.15.0)
autoprefixer-rails (= 10.3.3.0) autoprefixer-rails (= 10.4.7.0)
bootstrap-sass (= 3.4.1) bootstrap-sass (= 3.4.1)
bootstrap-switch-rails (= 3.3.3) bootstrap-switch-rails (= 3.3.3)
capybara (= 3.35.3) capybara (= 3.35.3)