Skip to content

Commit

Permalink
Add miniracer to the group instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Aug 25, 2021
1 parent 67d8da4 commit 2dfc2ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ gem 'sanitize', '~> 5.2'
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,9 +59,8 @@ 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
# Get test coverage info on codeclimate
gem 'codeclimate-test-reporter', '1.0.7', require: nil
gem 'database_cleaner'
gem 'factory_bot_rails'
gem 'mocha', :require => false
Expand All @@ -68,6 +70,3 @@ group :test do
gem 'rspec-expectations'
gem 'simplecov'
end

gem "mini_racer"

1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ DEPENDENCIES
jquery-rails (~> 4.4)
jquery-ui-rails (~> 6.0.1)
listen
mini_racer
minitest-stub-const
mocha
mysql2 (~> 0.5.3)
Expand Down

0 comments on commit 2dfc2ef

Please sign in to comment.