diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa7650e..63174473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.12.0 (2023-02-27) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 27879f6b..70232806 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.11.3) + cocoapods-core (1.12.0) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -15,14 +15,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.1) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) @@ -30,10 +29,10 @@ GEM awesome_print (1.8.0) bacon (1.2.0) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crack (0.4.5) rexml - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) ffi (1.15.5) fuzzy_match (2.0.4) @@ -41,7 +40,7 @@ GEM httpclient (2.8.3) i18n (1.12.0) concurrent-ruby (~> 1.0) - json (2.6.1) + json (2.6.3) kicker (3.0.0) listen (~> 1.3.0) notify (~> 0.5.2) @@ -67,7 +66,7 @@ GEM pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (4.0.7) rainbow (3.0.0) rake (12.3.3) rb-fsevent (0.10.4) @@ -94,7 +93,7 @@ GEM ruby-progressbar (1.11.0) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.0.0) vcr (6.0.0) @@ -103,7 +102,6 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.7.0) - zeitwerk (2.6.6) PLATFORMS ruby diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 95f4ddde..dd842ed5 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '1.11.3'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.12.0'.freeze unless defined? Pod::CORE_VERSION end