Stick with autoprefixer 8.x for now
This commit is contained in:
parent
828425c0c2
commit
7c7ff4fdf7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem "bootsnap", ">= 1.1.0", :require => false
|
|||
gem "r2", "~> 0.2.7"
|
||||
|
||||
# Use autoprefixer to generate CSS prefixes
|
||||
gem "autoprefixer-rails"
|
||||
gem "autoprefixer-rails", "~> 8.6.3"
|
||||
|
||||
# Use image_optim to optimise images
|
||||
gem "image_optim_rails"
|
||||
|
|
|
@ -54,7 +54,7 @@ GEM
|
|||
rake (>= 10.4, < 13.0)
|
||||
arel (9.0.0)
|
||||
ast (2.4.0)
|
||||
autoprefixer-rails (9.1.0)
|
||||
autoprefixer-rails (8.6.5)
|
||||
execjs
|
||||
better_errors (2.4.0)
|
||||
coderay (>= 1.0.0)
|
||||
|
@ -382,7 +382,7 @@ DEPENDENCIES
|
|||
aasm
|
||||
actionpack-page_caching
|
||||
annotate
|
||||
autoprefixer-rails
|
||||
autoprefixer-rails (~> 8.6.3)
|
||||
better_errors
|
||||
bigdecimal (~> 1.1.0)
|
||||
binding_of_caller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue