Skip to content

Commit

Permalink
tmp pin of sprockets
Browse files Browse the repository at this point in the history
sprockets 4 is incompatible with font-awesome 4.5.  It is compatible with font-awesome 5.12.

Ref:

FortAwesome/font-awesome-sass@b8dd32c

rails/sprockets-rails#269

rails/sprockets-rails#333
  • Loading branch information
elrayle committed Feb 25, 2020
1 parent ea31392 commit e60dd7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ group :test do
# gem 'rspec-activemodel-mocks'
end

# tmp pin of autoprefixer to avoid nodes version error
gem 'autoprefixer-rails', '8.5.2'
# tmp pins for incompatibilities
gem 'autoprefixer-rails', '8.5.2' # avoid nodes version error
gem 'sprockets', '3.7.2' # avoid err working with font-awesome 4.5 - corrected in 5.12

# ruby "2.5.3"
# gem 'therubyracer', platforms: :ruby
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -428,7 +428,7 @@ GEM
ruby-progressbar
rubyzip
spring (2.1.0)
sprockets (4.0.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-es6 (0.9.2)
Expand Down Expand Up @@ -524,6 +524,7 @@ DEPENDENCIES
sitemap_generator
solr_wrapper (>= 0.3)
spring
sprockets (= 3.7.2)
sqlite3
turbolinks (~> 5)
tzinfo-data
Expand Down

0 comments on commit e60dd7d

Please sign in to comment.