Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock execjs to 2.7.0 #2568

Merged
merged 5 commits into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PATH
contracts (~> 0.17)
dotenv
erubis
execjs (~> 2)
execjs (>= 2, < 2.8.0)
fastimage (~> 2)
hamster (~> 3)
hashie (~> 5)
Expand Down Expand Up @@ -117,7 +117,7 @@ GEM
docile (1.4.0)
dotenv (2.7.6)
erubis (2.7.0)
execjs (2.8.1)
execjs (2.7.0)
fastimage (2.2.6)
ffi (1.15.5)
fiber-local (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion middleman-core/middleman-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |s|

# Minify JS
s.add_dependency('terser', ['~> 1.1'])
s.add_dependency('execjs', ['~> 2'])
s.add_dependency('execjs', ['>= 2', '< 2.8.0'])

# Perf
s.add_dependency('oj', ['~> 3'])
Expand Down