Skip to content

Commit

Permalink
Stick to mini_racer 0.9.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 23, 2024
1 parent 2d3b6d2 commit 847d435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem "bootsnap", ">= 1.4.2", :require => false

# Use rtlcss for RTL conversion
gem "rtlcss"
gem "mini_racer", "~> 0.9.0"

# Use autoprefixer to generate CSS prefixes
gem "autoprefixer-rails"
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ GEM
kramdown (2.4.0)
rexml
language_server-protocol (3.17.0.3)
libv8-node (21.7.2.0)
libv8-node (18.19.0.0)
libxml-ruby (5.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -329,8 +329,8 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
minitest (5.22.3)
minitest-focus (1.4.0)
minitest (>= 4, < 6)
Expand Down Expand Up @@ -651,6 +651,7 @@ DEPENDENCIES
logstasher
marcel
maxminddb
mini_racer (~> 0.9.0)
minitest (~> 5.1)
minitest-focus
oauth-plugin (>= 0.5.1)
Expand Down

0 comments on commit 847d435

Please sign in to comment.