diff --git a/Gemfile.lock b/Gemfile.lock index 2b2083b..b438e1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM base64 nkf rexml - activesupport (7.1.3.2) + activesupport (7.1.3.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -22,7 +22,7 @@ GEM json (>= 1.5.1) atomos (0.1.3) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.8) claide (1.1.0) cocoapods (1.15.2) addressable (~> 2.8) @@ -62,10 +62,9 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.1) connection_pool (2.4.1) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) @@ -74,10 +73,10 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) - json (2.7.1) - minitest (5.21.2) + json (2.7.2) + minitest (5.23.1) molinillo (0.8.0) mutex_m (0.2.0) nanaimo (0.3.0) @@ -88,7 +87,6 @@ GEM rexml (3.2.8) strscan (>= 3.0.9) ruby-macho (2.5.1) - ruby2_keywords (0.0.5) strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) @@ -103,12 +101,11 @@ GEM rexml (~> 3.2.4) PLATFORMS - arm64-darwin-21 arm64-darwin-23 - x86_64-linux + ruby DEPENDENCIES cocoapods (= 1.15.2) BUNDLED WITH - 2.3.17 + 2.5.11 diff --git a/Sources/BazelPods/Generate.swift b/Sources/BazelPods/Generate.swift index 65a6f6b..8e57835 100644 --- a/Sources/BazelPods/Generate.swift +++ b/Sources/BazelPods/Generate.swift @@ -90,6 +90,7 @@ extension BazelPods { if !dryRun { try Data().write(to: URL(fileURLWithPath: absoluteSRCPath("Pods/BUILD.bazel"))) } + logger.log_info("All Done! Don't forget to ⭐️ https://github.com/sergeykhliustin/BazelPods") } func process(specification: PodSpecification, userOptions: [UserOption]) throws {