Bundle: make xcodeproj faster on mac
Showing
... | @@ -35,6 +35,11 @@ group :development do | ... | @@ -35,6 +35,11 @@ group :development do |
# Explicitly add this, otherwise it might sometimes be missing: | # Explicitly add this, otherwise it might sometimes be missing: | ||
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | # https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | ||
gem 'simplecov' | gem 'simplecov' | ||
if RUBY_PLATFORM.include?('darwin') | |||
# Make Xcodeproj faster | |||
gem 'libxml-ruby' | |||
end | |||
end | end | ||
group :debugging do | group :debugging do | ||
... | ... |
Please
register
or
sign in
to comment