1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Depend on therubyracer 0.12.3 or higher (#2111)

therubyracer needed a patch to be compatible with Ruby 2.4.1. When
trying to initialize a middleman project on a machine running Ruby
2.4.1, chances are high that the installation will fail due to
therubyracer.

Fixes #2110
This commit is contained in:
Curt Howard 2017-08-29 16:40:37 -04:00 committed by Thomas Reynolds
parent 41adf0315a
commit 4595f5e829

View file

@ -36,7 +36,7 @@ gem 'phantomjs', '~> 2.1.1.0', require: false
# For less, note there is no compatible JS runtime for windows
gem 'therubyrhino', '>= 2.0', platforms: :jruby
gem 'therubyracer', '>= 0.12', platforms: :ruby
gem 'therubyracer', '~> 0.12.3', platforms: :ruby
# Code Quality
gem 'rubocop', '~> 0.24', require: false