[Gemfile] Remove libxml2
This has no longer been a dependency of Xcodeproj
Showing
... | @@ -30,11 +30,6 @@ group :development do | ... | @@ -30,11 +30,6 @@ group :development do |
gem 'diffy' | gem 'diffy' | ||
gem 'clintegracon' | gem 'clintegracon' | ||
gem 'rubocop' | gem 'rubocop' | ||
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