Skip to content

Commit

Permalink
roll back mini_racer version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Sep 24, 2020
1 parent f3aebff commit d966b3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ gem 'uglifier', '>= 1.3.0'
# gem 'mini_racer', platforms: :ruby

gem 'execjs'
gem 'mini_racer'
gem 'mini_racer', '=0.2.14'
gem 'libv8', '~> 7.3'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.10'
# Use Redis adapter to run Action Cable in production
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
thor (>= 0.14, < 2.0)
kramdown (2.3.0)
rexml
libv8 (8.4.255.0)
libv8 (7.3.492.27.1)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -139,8 +139,8 @@ GEM
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
mini_racer (0.2.14)
libv8 (> 7.3)
minitest (5.14.2)
msgpack (1.3.3)
mysql2 (0.5.3)
Expand Down Expand Up @@ -255,9 +255,10 @@ DEPENDENCIES
friendly_id
htmlentities
jbuilder (~> 2.10)
libv8 (~> 7.3)
listen (>= 3.0.5, < 3.3)
mini_magick (>= 4.9.4)
mini_racer
mini_racer (= 0.2.14)
mysql2 (~> 0.5.3)
puma (~> 4.3)
rails (~> 6.0.3)
Expand Down

0 comments on commit d966b3c

Please sign in to comment.