Skip to content

Commit

Permalink
fix fatal: [localhost] => error while evaluating conditional: rbenv.r…
Browse files Browse the repository at this point in the history
…uby_version <= 1.9.3-p0
  • Loading branch information
zzet committed Feb 18, 2015
1 parent 5097f5f commit d20505c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/homebrew_build_depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# required for building Ruby <= 1.9.3-p0
- homebrew_tap: tap=homebrew/dupes state=present
when: rbenv.ruby_version <= 1.9.3-p0
when: rbenv.ruby_version <= '1.9.3-p0'

- homebrew: name=apple-gcc42 state=present
when: rbenv.ruby_version <= 1.9.3-p0
when: rbenv.ruby_version <= '1.9.3-p0'

0 comments on commit d20505c

Please sign in to comment.