Skip to content

Commit 5c88572

Browse files
Bump mini_racer from 0.6.4 to 0.19.0
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.6.4 to 0.19.0. - [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG) - [Commits](rubyjs/mini_racer@v0.6.4...v0.19.0) --- updated-dependencies: - dependency-name: mini_racer dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent feaf3da commit 5c88572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ end
133133
group :test, :production do
134134
gem 'pg', '~> 1.5'
135135

136-
gem "mini_racer", "~> 0.6.3" # TODO: audit whether we can remove this
136+
gem "mini_racer", "~> 0.19.0" # TODO: audit whether we can remove this
137137
end
138138

139139
group :test do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ GEM
19641964
letter_opener (~> 1.9)
19651965
railties (>= 6.1)
19661966
rexml
1967-
libv8-node (16.19.0.1-x86_64-linux)
1967+
libv8-node (24.1.0.0-x86_64-linux)
19681968
listen (3.9.0)
19691969
rb-fsevent (~> 0.10, >= 0.10.3)
19701970
rb-inotify (~> 0.9, >= 0.9.10)
@@ -1995,8 +1995,8 @@ GEM
19951995
benchmark
19961996
logger
19971997
mini_mime (1.1.5)
1998-
mini_racer (0.6.4)
1999-
libv8-node (~> 16.19.0.0)
1998+
mini_racer (0.19.0)
1999+
libv8-node (~> 24.1.0.0)
20002000
minitest (5.25.5)
20012001
minitest-reporters (1.7.1)
20022002
ansi
@@ -2313,7 +2313,7 @@ DEPENDENCIES
23132313
material_icons
23142314
memory_profiler
23152315
meta-tags
2316-
mini_racer (~> 0.6.3)
2316+
mini_racer (~> 0.19.0)
23172317
minitest-reporters (~> 1.1)
23182318
onebox!
23192319
paperclip

0 commit comments

Comments
 (0)