Skip to content

Commit

Permalink
Add autoprefixer-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Apr 15, 2020
1 parent 41bf249 commit 0ea504d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ruby "2.7.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.0.2.2"

gem "autoprefixer-rails"
gem 'aws-sdk-s3', '~> 1'
# Use ActiveModel has_secure_password for local identity users
gem "bcrypt", "~> 3.1.7"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
amq-protocol (2.2.0)
ast (2.4.0)
autoprefixer-rails (9.7.6)
execjs
aws-eventstream (1.1.0)
aws-partitions (1.296.0)
aws-sdk-core (3.94.0)
Expand Down Expand Up @@ -277,6 +279,7 @@ PLATFORMS
ruby

DEPENDENCIES
autoprefixer-rails
aws-sdk-s3 (~> 1)
bcrypt (~> 3.1.7)
builder (~> 3.2, >= 3.2.2)
Expand Down

0 comments on commit 0ea504d

Please sign in to comment.