mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Only install johnson on 1.8
This commit is contained in:
parent
f13676923f
commit
33d3e9b28c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source :rubygems
|
|||
gemspec
|
||||
|
||||
group :test do
|
||||
gem 'johnson', :platform => :ruby
|
||||
gem 'johnson', :platform => :mri_18
|
||||
gem 'json'
|
||||
gem 'mustang', :platform => :ruby
|
||||
gem 'therubyracer', :platform => :ruby
|
||||
|
|
Loading…
Reference in a new issue