mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Run tests for Ruby 3.1 and change from racer to mini_racer for Ruby 3.1 support
This commit is contained in:
parent
063c8bd786
commit
1be3c27165
12 changed files with 14 additions and 46 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ gem 'tracks-chartjs-ror'
|
|||
gem 'will_paginate'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'therubyracer', group: :therubyracer
|
||||
gem 'mini_racer', group: :therubyracer
|
||||
|
||||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', group: :sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue