[Gemfile] Remove libxml2
This has no longer been a dependency of Xcodeproj
Showing
... | ... | @@ -30,11 +30,6 @@ group :development do |
gem 'diffy' | ||
gem 'clintegracon' | ||
gem 'rubocop' | ||
if RUBY_PLATFORM.include?('darwin') | ||
# Make Xcodeproj faster | ||
gem 'libxml-ruby' | ||
end | ||
end | ||
group :debugging do | ||
... | ... |
Please
register
or
sign in
to comment