Skip to content

Commit

Permalink
fix issues with macos arm + mini_racer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Jan 8, 2025
1 parent 1ade12b commit 252c7d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ GEM
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
libv8-node (22.7.0.4-arm64-darwin)
libv8-node (22.7.0.4-x86_64-darwin)
libv8-node (22.7.0.4-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)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -294,8 +294,8 @@ GEM
method_source (1.1.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_racer (0.15.0)
libv8-node (~> 22.7.0.1)
mini_racer (0.16.0)
libv8-node (~> 18.19.0.0)
minitest (5.25.4)
msgpack (1.7.2)
net-http (0.4.1)
Expand Down Expand Up @@ -628,7 +628,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.3)
lookbook
mini_racer
mini_racer (~> 0.16.0)
nokogiri (~> 1.16)
omniauth (~> 2.1.0)
omniauth-rails_csrf_protection
Expand Down

0 comments on commit 252c7d9

Please sign in to comment.