Skip to content

Commit

Permalink
Lock to execjs 2.7.0 for now.
Browse files Browse the repository at this point in the history
see #203
  • Loading branch information
albb0920 committed May 11, 2021
1 parent 73ad716 commit fc171cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoprefixer-rails.gemspec
Expand Up @@ -20,7 +20,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/ai/autoprefixer-rails"
s.license = "MIT"

s.add_dependency "execjs", ">= 0"
# see #203, `process` is undefined in 2.8
s.add_dependency "execjs", "< 2.8.0"

s.add_development_dependency "rails"
s.add_development_dependency "rake"
Expand Down

0 comments on commit fc171cb

Please sign in to comment.