File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ group :production do
107107end
108108
109109group :test , :production do
110- gem 'mini_racer'
111110 gem 'pg' , '~> 1.2'
111+
112+ gem "mini_racer" , "~> 0.6.2"
112113end
113114
114115group :test do
Original file line number Diff line number Diff line change @@ -1400,6 +1400,7 @@ GEM
14001400 kramdown (~> 2.0 )
14011401 language_filter (0.3.01 )
14021402 libv8-node (16.10.0.0 )
1403+ libv8-node (16.10.0.0-x86_64-linux )
14031404 listen (3.7.0 )
14041405 rb-fsevent (~> 0.10 , >= 0.10.3 )
14051406 rb-inotify (~> 0.9 , >= 0.9.10 )
@@ -1426,7 +1427,7 @@ GEM
14261427 mini_magick (4.11.0 )
14271428 mini_mime (1.1.2 )
14281429 mini_portile2 (2.7.1 )
1429- mini_racer (0.6.1 )
1430+ mini_racer (0.6.2 )
14301431 libv8-node (~> 16.10.0.0 )
14311432 minitest (5.15.0 )
14321433 multi_json (1.15.0 )
@@ -1439,6 +1440,8 @@ GEM
14391440 nokogiri (1.13.1 )
14401441 mini_portile2 (~> 2.7.0 )
14411442 racc (~> 1.4 )
1443+ nokogiri (1.13.1-x86_64-linux )
1444+ racc (~> 1.4 )
14421445 onebox (2.2.19 )
14431446 addressable (~> 2.8.0 )
14441447 htmlentities (~> 4.3 )
@@ -1646,6 +1649,7 @@ GEM
16461649
16471650PLATFORMS
16481651 ruby
1652+ x86_64-linux
16491653
16501654DEPENDENCIES
16511655 active_storage_validations
@@ -1681,7 +1685,7 @@ DEPENDENCIES
16811685 medium-editor-rails
16821686 memory_profiler
16831687 meta-tags
1684- mini_racer
1688+ mini_racer ( ~> 0.6.2 )
16851689 newrelic_rpm
16861690 paperclip
16871691 paranoia
@@ -1722,4 +1726,4 @@ RUBY VERSION
17221726 ruby 2.7.2p137
17231727
17241728BUNDLED WITH
1725- 2.1.4
1729+ 2.3.5
You can’t perform that action at this time.
0 commit comments