diff --git a/example/Gemfile b/example/Gemfile index 501b276..8b83565 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby '>= 3.0.0' gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' -gem 'cocoapods', '1.14.3' +gem 'cocoapods', '1.17.0' gem 'ffi', '1.17.4' gem 'xcpretty', '0.3.0' diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 10af7ac..975d31a 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -24,10 +24,10 @@ GEM benchmark (0.5.0) bigdecimal (4.1.2) claide (1.1.0) - cocoapods (1.14.3) + cocoapods (1.17.0) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.14.3) + cocoapods-core (= 1.17.0) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -35,14 +35,13 @@ GEM cocoapods-trunk (>= 1.6.0, < 2.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) - escape (~> 0.0.4) fourflusher (>= 2.3.0, < 3.0) gh_inspector (~> 1.0) molinillo (~> 0.8.0) nap (~> 1.0) - ruby-macho (>= 2.3.0, < 3.0) - xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.14.3) + ruby-macho (~> 4.1.0) + xcodeproj (>= 1.28.1, < 2.0) + cocoapods-core (1.17.0) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -64,7 +63,6 @@ GEM colored2 (3.1.2) concurrent-ruby (1.3.7) drb (2.2.3) - escape (0.0.4) ethon (0.18.0) ffi (>= 1.15.0) logger @@ -74,11 +72,11 @@ GEM gh_inspector (1.1.3) httpclient (2.9.0) mutex_m - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) json (2.21.1) logger (1.7.0) - minitest (5.26.1) + minitest (5.27.0) molinillo (0.8.0) mutex_m (0.3.0) nanaimo (0.4.0) @@ -88,8 +86,8 @@ GEM public_suffix (4.0.7) rexml (3.4.4) rouge (2.0.7) - ruby-macho (2.5.1) - securerandom (0.3.2) + ruby-macho (4.1.0) + securerandom (0.4.1) typhoeus (1.6.0) ethon (>= 0.18.0) tzinfo (2.0.6) @@ -111,7 +109,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.3, < 7.1.0) - cocoapods (= 1.14.3) + cocoapods (= 1.17.0) ffi (= 1.17.4) xcpretty (= 0.3.0)