diff --git a/Gemfile b/Gemfile index 4cc35e1..a103b24 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,5 @@ source 'https://rubygems.org' gem 'bundler', '~> 2.0' gem 'xcpretty' gem 'cocoapods' +gem 'nokogiri', '~> 1.10' gem 'slather' diff --git a/Gemfile.lock b/Gemfile.lock index f9bf854..08ffd9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.0) + CFPropertyList (3.0.1) activesupport (4.2.11.1) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) atomos (0.1.3) - claide (1.0.2) - clamp (1.3.0) + claide (1.0.3) + clamp (1.3.1) cocoapods (1.4.0) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) @@ -57,7 +57,7 @@ GEM nanaimo (0.2.6) nap (1.1.0) netrc (0.11.0) - nokogiri (1.10.2) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) rouge (2.0.7) ruby-macho (1.1.0) @@ -70,7 +70,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - xcodeproj (1.8.2) + xcodeproj (1.12.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) @@ -85,8 +85,9 @@ PLATFORMS DEPENDENCIES bundler (~> 2.0) cocoapods + nokogiri (~> 1.10) slather xcpretty BUNDLED WITH - 2.0.1 + 2.0.2