Skip to content

Commit

Permalink
Towards fixing TracksApp#2630
Browse files Browse the repository at this point in the history
There is already gem 'therubyracer', group: :therubyracer , but it was still failing due to a missing JS engine when installing on Ubuntu 20.04
  • Loading branch information
habernal committed Jul 31, 2021
1 parent 83b74d4 commit 67d8da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ group :test do
gem 'rspec-expectations'
gem 'simplecov'
end

gem "mini_racer"

0 comments on commit 67d8da4

Please sign in to comment.