Skip to content

Commit

Permalink
Bump execjs from 2.7.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [execjs](https://github.com/rails/execjs) from 2.7.0 to 2.10.0.
- [Release notes](https://github.com/rails/execjs/releases)
- [Commits](rails/execjs@v2.7.0...v2.10.0)

---
updated-dependencies:
- dependency-name: execjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent d93a9b4 commit da487ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby '>= 2.7.4'

gem "jekyll", "~> 4.0"
gem "execjs", "2.7.0" # https://github.com/rails/execjs/issues/99
gem "execjs", "2.10.0" # https://github.com/rails/execjs/issues/99
gem "autoprefixer-rails"

group :jekyll_plugins do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.7.0)
execjs (2.10.0)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.6)
Expand Down Expand Up @@ -135,7 +135,7 @@ PLATFORMS

DEPENDENCIES
autoprefixer-rails
execjs (= 2.7.0)
execjs (= 2.10.0)
html-proofer (~> 3.18)
jekyll (~> 4.0)
jekyll-assets!
Expand Down

0 comments on commit da487ce

Please sign in to comment.