Skip to content

Commit

Permalink
Update sassc gem
Browse files Browse the repository at this point in the history
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
  • Loading branch information
David Kang committed Mar 22, 2020
1 parent 747a60a commit d5a4c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/obs-bundled-gems.spec
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ mkdir -p vendor/cache
cp %{_sourcedir}/vendor/cache/*.gem vendor/cache
export GEM_HOME=~/.gems
bundle config build.nokogiri --use-system-libraries
bundle config build.sassc --disable-march-tune-native

%install
bundle --local --path %{buildroot}%_libdir/obs-api/
Expand Down
7 changes: 3 additions & 4 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
tty-screen (~> 0.6.5)
tty-tree (~> 0.3.0)
feature (1.4.0)
ffi (1.11.1)
ffi (1.12.2)
flot-rails (0.0.7)
jquery-rails
font-awesome-sass (5.8.1)
Expand Down Expand Up @@ -387,9 +387,8 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sassc (2.0.1)
sassc (2.2.1)
ffi (~> 1.9)
rake
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
Expand Down Expand Up @@ -439,7 +438,7 @@ GEM
riddle (~> 2.3)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
timecop (0.9.1)
tins (1.20.3)
tty-color (0.5.0)
Expand Down

0 comments on commit d5a4c93

Please sign in to comment.