From 1496cc67fb381b844bda280b6f94fe9de3fbf159 Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Fri, 22 May 2020 09:15:04 -0700 Subject: [PATCH] Release 1.9.2 --- CHANGELOG.md | 2 +- Gemfile.lock | 10 +++++----- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c918ec16c..c8bdf55b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.9.2 (2020-05-22) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 3cb8a6616..761fdd020 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.9.1) + cocoapods-core (1.9.2) activesupport (>= 4.0.2, < 6) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) @@ -20,14 +20,14 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.1) + activesupport (4.2.11.3) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - algoliasearch (1.27.1) + algoliasearch (1.27.2) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) ast (2.3.0) @@ -99,9 +99,9 @@ GEM simplecov-html (0.9.0) slop (3.6.0) thread_safe (0.3.6) - typhoeus (1.3.1) + typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.3.0) vcr (3.0.3) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index e82be7546..99416b2a4 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.9.1'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.9.2'.freeze unless defined? Pod::CORE_VERSION end