mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-03 11:30:15 +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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue