Skip to content

Commit

Permalink
build(deps): bump mini_racer from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.8.0 to 0.9.0.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dorner committed Mar 26, 2024
1 parent 6b95f41 commit 623a6af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gem "clockwork"
# These are gems that aren't used directly, only as dependencies for other gems.
# Technically they don't need to be in this Gemfile at all, but we are pinning them to
# specific versions for compatibility reasons.
gem "mini_racer", "~> 0.8.0"
gem "mini_racer", "~> 0.9.0"
gem "nokogiri", ">= 1.10.4"
gem "image_processing"
gem "sprockets", "~> 4.2.1"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ GEM
addressable (~> 2.8)
letter_opener (1.9.0)
launchy (>= 2.2, < 3)
libv8-node (18.16.0.0-arm64-darwin)
libv8-node (18.16.0.0-x86_64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
libv8-node (18.19.0.0-arm64-darwin)
libv8-node (18.19.0.0-x86_64-darwin)
libv8-node (18.19.0.0-x86_64-linux)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -347,8 +347,8 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
minitest (5.22.3)
monetize (1.12.0)
money (~> 6.12)
Expand Down Expand Up @@ -712,7 +712,7 @@ DEPENDENCIES
lograge
magic_test
matrix
mini_racer (~> 0.8.0)
mini_racer (~> 0.9.0)
money-rails
newrelic_rpm
nokogiri (>= 1.10.4)
Expand Down

0 comments on commit 623a6af

Please sign in to comment.