Commit 75e684ef authored by Kyle Fuller's avatar Kyle Fuller

[Gemfile] Remove libxml2

This has no longer been a dependency of Xcodeproj
parent a878a8e0
...@@ -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
......
...@@ -111,7 +111,6 @@ GEM ...@@ -111,7 +111,6 @@ GEM
kicker (3.0.0) kicker (3.0.0)
listen (~> 1.3.0) listen (~> 1.3.0)
notify (~> 0.5.2) notify (~> 0.5.2)
libxml-ruby (2.7.0)
listen (1.3.1) listen (1.3.1)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
...@@ -175,7 +174,6 @@ DEPENDENCIES ...@@ -175,7 +174,6 @@ DEPENDENCIES
cocoapods-try! cocoapods-try!
diffy diffy
kicker kicker
libxml-ruby
mocha mocha
mocha-on-bacon mocha-on-bacon
molinillo! molinillo!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment