mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Merge 326d434cd7 into 7eb80fb1a1
This commit is contained in:
commit
9d68a34c5b
2 changed files with 5 additions and 2 deletions
6
Gemfile
6
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue