Skip to content

Commit

Permalink
limit execjs to < 2.0
Browse files Browse the repository at this point in the history
execjs >= 2.0.0 runs only on ruby > 2.0
  • Loading branch information
timoschilling committed Apr 9, 2015
1 parent dd5d657 commit b197a03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -7,6 +7,8 @@ require File.expand_path 'spec/support/detect_rails_version', File.dirname(__FIL
rails_version = detect_rails_version
gem 'rails', rails_version

gem 'execjs', '< 2.0.0'

# Optional dependencies
gem 'cancan'
gem 'devise'
Expand Down

0 comments on commit b197a03

Please sign in to comment.