Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Parens
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 22, 2011
1 parent 8575d72 commit 031a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source :rubygems
gemspec

if ENV['CI']
if defined? RUBY_ENGINE && RUBY_ENGINE == 'jruby'
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
gem 'therubyrhino'
else
gem 'therubyracer'
Expand Down

0 comments on commit 031a13f

Please sign in to comment.