Skip to content

Commit

Permalink
Bump mini_racer from 0.6.3 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.6.3 to 0.12.0.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.6.3...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 8a844ab commit 0b2aa8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
group :test, :production do
gem 'pg', '~> 1.5'

gem "mini_racer", "~> 0.6.3" # TODO: audit whether we can remove this
gem "mini_racer", "~> 0.12.0" # TODO: audit whether we can remove this
end

group :test do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,8 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_filter (0.3.01)
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-x86_64-linux)
libv8-node (21.7.2.0)
libv8-node (21.7.2.0-x86_64-linux)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -1458,8 +1458,8 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.24.0)
multi_json (1.15.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -1723,7 +1723,7 @@ DEPENDENCIES
material_icons
memory_profiler
meta-tags
mini_racer (~> 0.6.3)
mini_racer (~> 0.12.0)
newrelic_rpm
onebox!
paperclip
Expand Down

0 comments on commit 0b2aa8b

Please sign in to comment.