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:
parent
dd8cee65b2
commit
e28035d7ad
6
Gemfile
6
Gemfile
|
@ -14,7 +14,11 @@ gem 'jruby-openssl', :platforms => :jruby
|
||||||
group :development do
|
group :development do
|
||||||
gem 'launchy', '>= 2.1.1'
|
gem 'launchy', '>= 2.1.1'
|
||||||
gem 'yard'
|
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
|
end
|
||||||
|
|
||||||
group :examples do
|
group :examples do
|
||||||
|
|
Loading…
Reference in New Issue