Skip to content

Commit

Permalink
fix: update mini_racer
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 2, 2024
1 parent 7d2244e commit 3f5acd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gemfiles/base.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
react-rails (3.0.0)
react-rails (3.1.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/shakapacker.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
react-rails (3.0.0)
react-rails (3.1.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/sprockets_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
react-rails (3.0.0)
react-rails (3.1.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down Expand Up @@ -140,8 +140,8 @@ GEM
jbuilder (2.9.1)
activesupport (>= 4.2.0)
json (2.3.0)
libv8 (7.3.492.27.1-x86_64-darwin-20)
libv8 (7.3.492.27.1-x86_64-linux)
libv8-node (16.19.0.1-x86_64-darwin)
libv8-node (16.19.0.1-x86_64-linux)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -157,8 +157,8 @@ GEM
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.2)
mini_racer (0.2.8)
libv8 (>= 6.9.411)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.16.3)
nenv (0.3.0)
net-imap (0.3.4)
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/sprockets_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
react-rails (3.0.0)
react-rails (3.1.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down Expand Up @@ -140,8 +140,8 @@ GEM
jbuilder (2.9.1)
activesupport (>= 4.2.0)
json (2.3.0)
libv8 (7.3.492.27.1-x86_64-darwin-20)
libv8 (7.3.492.27.1-x86_64-linux)
libv8-node (16.19.0.1-x86_64-darwin)
libv8-node (16.19.0.1-x86_64-linux)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -157,8 +157,8 @@ GEM
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.2)
mini_racer (0.2.8)
libv8 (>= 6.9.411)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.16.3)
nenv (0.3.0)
net-imap (0.3.4)
Expand Down

0 comments on commit 3f5acd1

Please sign in to comment.