Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,7 +59,6 @@ group :development, :test do
end

group :test do

# get test coverage info on codeclimate
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
gem 'database_cleaner', '~> 1'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ DEPENDENCIES
jquery-ui-rails (~> 6.0.1)
kt-paperclip (~> 7.1)
listen
mini_racer
minitest-stub-const
mocha
mysql2 (~> 0.5.4)
Expand Down