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'
|
gem 'will_paginate'
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# 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
|
# Use --without <group> argument to skip unnecessary drivers
|
||||||
gem 'sqlite3', group: :sqlite
|
gem 'sqlite3', group: :sqlite
|
||||||
|
|
@ -56,7 +59,6 @@ group :development, :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
||||||
# get test coverage info on codeclimate
|
# get test coverage info on codeclimate
|
||||||
gem 'codeclimate-test-reporter', '1.0.9', group: :test, require: nil
|
gem 'codeclimate-test-reporter', '1.0.9', group: :test, require: nil
|
||||||
gem 'database_cleaner', '~> 1'
|
gem 'database_cleaner', '~> 1'
|
||||||
|
|
|
||||||
|
|
@ -369,6 +369,7 @@ DEPENDENCIES
|
||||||
jquery-ui-rails (~> 6.0.1)
|
jquery-ui-rails (~> 6.0.1)
|
||||||
kt-paperclip (~> 7.2)
|
kt-paperclip (~> 7.2)
|
||||||
listen
|
listen
|
||||||
|
mini_racer
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.5.5)
|
mysql2 (~> 0.5.5)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue