From 42c8e123a803e2d5962f472c3b5ac55af4d5df02 Mon Sep 17 00:00:00 2001 From: Jay Dorsey <191564+jaydorsey@users.noreply.github.com> Date: Sun, 8 Aug 2021 22:40:33 -0400 Subject: [PATCH] Replace therubyracer with mini_racer therubyracer doesn't appear to be under active development I didn't need this for PRs that I was doing, but a `bundle install` failed because of it. I know I can specify the groups as a workaround but replacing this seems like it might reduce a small barrier to contributing --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4818897..f7ce082 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development do end group :assets do - gem 'therubyracer' + gem 'mini_racer' gem 'uglifier' end