Skip to content

Commit

Permalink
trying to remove mini-racer
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Apr 28, 2022
1 parent aa6b1a4 commit bcb6016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0'
# gem 'mini_racer', platforms: :ruby

gem 'execjs'
gem 'mini_racer', '~> 0.3'
#gem 'mini_racer', '<= 0.3'
gem 'libv8', '~> 7.3'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ GEM
thor (>= 0.14, < 2.0)
kramdown (2.3.2)
rexml
libv8 (8.4.255.0)
libv8-node (16.10.0.0)
libv8 (7.3.492.27.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -155,8 +154,6 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
minitest (5.15.0)
msgpack (1.4.5)
mysql2 (0.5.3)
Expand Down Expand Up @@ -289,10 +286,9 @@ DEPENDENCIES
friendly_id
htmlentities
jbuilder (~> 2.11)
libv8 (> 7.3)
libv8 (~> 7.3)
listen (>= 3.0.5, < 3.8)
mini_magick (>= 4.9.4)
mini_racer (~> 0.4)
mysql2 (~> 0.5.3)
puma (~> 5.6)
rails (~> 7.0.2)
Expand Down

0 comments on commit bcb6016

Please sign in to comment.