Skip to content

Bump mini_racer from 0.6.4 to 0.19.0 #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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.19.0" # TODO: audit whether we can remove this
end

group :test do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ GEM
letter_opener (~> 1.9)
railties (>= 6.1)
rexml
libv8-node (16.19.0.1-x86_64-linux)
libv8-node (24.1.0.0-x86_64-linux)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -1985,8 +1985,8 @@ GEM
benchmark
logger
mini_mime (1.1.5)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
mini_racer (0.19.0)
libv8-node (~> 24.1.0.0)
minitest (5.25.5)
minitest-reporters (1.7.1)
ansi
Expand Down Expand Up @@ -2279,7 +2279,7 @@ DEPENDENCIES
material_icons
memory_profiler
meta-tags
mini_racer (~> 0.6.3)
mini_racer (~> 0.19.0)
minitest-reporters (~> 1.1)
onebox!
paperclip
Expand Down
Loading