diff --git a/example/Gemfile b/example/Gemfile index 501b276..f9ad763 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -6,4 +6,4 @@ ruby '>= 3.0.0' gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' gem 'cocoapods', '1.14.3' gem 'ffi', '1.17.4' -gem 'xcpretty', '0.3.0' +gem 'xcpretty', '0.4.1' diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 10af7ac..75ad9b6 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -87,7 +87,7 @@ GEM nkf (0.3.0) public_suffix (4.0.7) rexml (3.4.4) - rouge (2.0.7) + rouge (3.28.0) ruby-macho (2.5.1) securerandom (0.3.2) typhoeus (1.6.0) @@ -103,8 +103,8 @@ GEM nanaimo (~> 0.4.0) nkf rexml (>= 3.3.6, < 4.0) - xcpretty (0.3.0) - rouge (~> 2.0.7) + xcpretty (0.4.1) + rouge (~> 3.28.0) PLATFORMS ruby @@ -113,7 +113,7 @@ DEPENDENCIES activesupport (>= 6.1.7.3, < 7.1.0) cocoapods (= 1.14.3) ffi (= 1.17.4) - xcpretty (= 0.3.0) + xcpretty (= 0.4.1) RUBY VERSION ruby 3.0.0p0