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:
parent
41adf0315a
commit
4595f5e829
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue