Skip to content

Commit cd9f930

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

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.18.1" # 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
@@ -1954,7 +1954,7 @@ GEM
19541954
letter_opener (~> 1.9)
19551955
railties (>= 6.1)
19561956
rexml
1957-
libv8-node (16.19.0.1-x86_64-linux)
1957+
libv8-node (23.6.1.0-x86_64-linux)
19581958
listen (3.9.0)
19591959
rb-fsevent (~> 0.10, >= 0.10.3)
19601960
rb-inotify (~> 0.9, >= 0.9.10)
@@ -1985,8 +1985,8 @@ GEM
19851985
benchmark
19861986
logger
19871987
mini_mime (1.1.5)
1988-
mini_racer (0.6.4)
1989-
libv8-node (~> 16.19.0.0)
1988+
mini_racer (0.18.1)
1989+
libv8-node (~> 23.6.1.0)
19901990
minitest (5.25.5)
19911991
minitest-reporters (1.7.1)
19921992
ansi
@@ -2279,7 +2279,7 @@ DEPENDENCIES
22792279
material_icons
22802280
memory_profiler
22812281
meta-tags
2282-
mini_racer (~> 0.6.3)
2282+
mini_racer (~> 0.18.1)
22832283
minitest-reporters (~> 1.1)
22842284
onebox!
22852285
paperclip

0 commit comments

Comments
 (0)