Skip to content

Commit

Permalink
Don't upgrade to autoprefixer-rails 9.1.1 due to new Node.JS requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Aug 13, 2018
1 parent a995703 commit d7e4e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rails", "5.2.1"
gem "pg", ">= 0.18", "< 2.0"

# Gems used by project
gem "autoprefixer-rails"
gem "autoprefixer-rails", "9.1.0"
gem "aws-sdk-s3", require: false
gem "bootstrap", "~> 4.1.3"
gem "devise", "~> 4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
autoprefixer-rails (9.1.1)
autoprefixer-rails (9.1.0)
execjs
aws-eventstream (1.0.1)
aws-partitions (1.97.0)
Expand Down Expand Up @@ -257,7 +257,7 @@ PLATFORMS
ruby

DEPENDENCIES
autoprefixer-rails
autoprefixer-rails (= 9.1.0)
aws-sdk-s3
bootsnap (>= 1.1.0)
bootstrap (~> 4.1.3)
Expand Down

0 comments on commit d7e4e00

Please sign in to comment.