Skip to content

Commit

Permalink
Update mini_racer gem
Browse files Browse the repository at this point in the history
Trying to bundle on macOS Mojave I would get the following error:

    ruby-2.5.0/ruby/intern.h:47:19: warning: 'register' storage class
    specifier is deprecated and incompatible with C++17
    [-Wdeprecated-register]
    void rb_mem_clear(register VALUE*, register long);
                      ^~~~~~~~~
    ruby-2.5.1/include/ruby-2.5.0/ruby/intern.h:47:36: warning:
    'register' storage class specifier is deprecated and incompatible
    with C++17 [-Wdeprecated-register]
    void rb_mem_clear(register VALUE*, register long);
                                       ^~~~~~~~~

This was fixed by bumping the gem from 0.2.0 to 0.2.4.
  • Loading branch information
csexton committed Nov 17, 2018
1 parent b3e6649 commit 9a49ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_racer (0.2.0)
mini_racer (0.2.4)
libv8 (>= 6.3)
minitest (5.11.3)
momentjs-rails (2.20.1)
Expand Down Expand Up @@ -323,4 +323,4 @@ RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.16.5
1.17.1

0 comments on commit 9a49ce9

Please sign in to comment.