This commit is contained in:
Ivan Habernal 2024-03-28 13:54:56 +01:00 committed by GitHub
commit 9d68a34c5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -29,7 +29,10 @@ gem 'tracks-chartjs-ror'
gem 'will_paginate'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', group: :therubyracer
group :therubyracer do
gem 'therubyracer'
gem 'mini_racer'
end
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
@ -56,7 +59,6 @@ group :development, :test do
end
group :test do
# get test coverage info on codeclimate
gem 'codeclimate-test-reporter', '1.0.9', group: :test, require: nil
gem 'database_cleaner', '~> 1'

View file

@ -369,6 +369,7 @@ DEPENDENCIES
jquery-ui-rails (~> 6.0.1)
kt-paperclip (~> 7.2)
listen
mini_racer
minitest-stub-const
mocha
mysql2 (~> 0.5.5)