Remove version lock on autoprefixer-rails
This commit is contained in:
parent
95c3e3b6ff
commit
743a764f3b
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -34,7 +34,7 @@ gem "bootsnap", ">= 1.4.2", :require => false
|
|||
gem "r2", "~> 0.2.7"
|
||||
|
||||
# Use autoprefixer to generate CSS prefixes
|
||||
gem "autoprefixer-rails", "~> 8.6.3"
|
||||
gem "autoprefixer-rails"
|
||||
|
||||
# Use image_optim to optimise images
|
||||
gem "image_optim_rails"
|
||||
|
|
|
@ -459,7 +459,7 @@ DEPENDENCIES
|
|||
active_record_union
|
||||
activerecord-import
|
||||
annotate
|
||||
autoprefixer-rails (~> 8.6.3)
|
||||
autoprefixer-rails
|
||||
aws-sdk-s3
|
||||
better_errors
|
||||
bigdecimal (~> 1.1.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue