Skip to content

Commit

Permalink
Lock execjs to 2.7.0 (#2568)
Browse files Browse the repository at this point in the history
* Lock execjs to 2.7.0

* Update execjs in Gemfile.lock

* Update execjs in middleman-core.gemspec

* Remove execjs in Gemfile and Gemfile.lock

---------

Co-authored-by: Thomas Reynolds <me@tdreyno.com>
  • Loading branch information
henrique-ft and tdreyno committed Feb 19, 2023
1 parent 1ea3116 commit 5e6daa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5e6daa9

Please sign in to comment.