Skip to content

Commit

Permalink
Limit execjs gem version on Ruby <2.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Sep 14, 2023
1 parent 862de81 commit 423835b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ end

gem 'coffee-script' if ENV['COFFEE_SCRIPT']

if RUBY_VERSION < '2.3'
gem 'execjs', '< 2.9'
end

if RUBY_VERSION < '2.1'
gem 'kramdown', '< 1.1'
else
Expand Down

0 comments on commit 423835b

Please sign in to comment.