This should "resolve" issues with OS X.

This is actually a pretty terrible solution, but side-effects should be low.
This commit is contained in:
Bob Aman 2012-10-08 17:07:08 +03:00
parent dd8cee65b2
commit e28035d7ad
1 changed files with 5 additions and 1 deletions

View File

@ -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