Skip to content

Commit

Permalink
Replace therubyracer with mini_racer
Browse files Browse the repository at this point in the history
The therubyracer gem is no longer maintained and the suggestion is to
just use mini_racer instead.

See rubyjs/therubyracer#462
  • Loading branch information
koppen committed Jun 2, 2023
1 parent 12b8809 commit fc2cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'rails', rails
###############################################
# The following gems are also needed to test within the Rails env
gem 'jquery-rails'
gem 'therubyracer'
gem 'mini_racer'
gem 'turbolinks'
###############################################

Expand Down

0 comments on commit fc2cd29

Please sign in to comment.