Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-06-26 21:06:58 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-06-27 03:53:13 +0300
commit077bac95c0c64703254e5b285bab441326048ecb (patch)
tree4910b5eae2d5a08ab7594f80fcd92f7ed7e92976 /Gemfile
parentdc1ec7665bea455de522a79bb0e59a18c05d2b71 (diff)
Bump autoprefixer-rails
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 82808e9f2..899a283fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -59,7 +59,7 @@ gem "rack-cors", "1.1.1", require: "rack/cors"
# CSS
-gem "autoprefixer-rails", "10.3.3.0"
+gem "autoprefixer-rails", "10.4.7.0"
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 "compass-rails", "3.1.0"