Skip to content

Commit

Permalink
This should "resolve" issues with OS X.
Browse files Browse the repository at this point in the history
This is actually a pretty terrible solution, but side-effects should be low.
  • Loading branch information
Bob Aman committed Oct 8, 2012
1 parent dd8cee6 commit e28035d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ gem 'jruby-openssl', :platforms => :jruby
group :development do
gem 'launchy', '>= 2.1.1'
gem 'yard'
gem 'redcarpet'
if File.exist?('/usr/bin/gcc-4.2')
# Not a critically important gem to have around.
# If it's not going to build, skip it.
gem 'redcarpet'
end
end

group :examples do
Expand Down

0 comments on commit e28035d

Please sign in to comment.