Skip to content

Commit

Permalink
Release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Mar 16, 2022
1 parent 0d47396 commit b544eb3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi

To install release candidates run `[sudo] gem install cocoapods --pre`

## Master
## 1.11.3 (2022-03-16)

##### Enhancements

Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Expand Up @@ -7,10 +7,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 57f9eeca434f1bdcf0ba34b8e0a7c551b51f3b66
revision: 379d03af4ffc154355c893505c0c42254eb94e38
branch: 1-11-stable
specs:
cocoapods-core (1.11.2)
cocoapods-core (1.11.3)
activesupport (>= 5.0, < 7)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -23,7 +23,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Molinillo.git
revision: 8053207d1184703a45f48d7bc00ad73aa03012b5
revision: bb368fdc1071a8cfeeb8afe83ee6b7cb785f938a
branch: master
specs:
molinillo (0.8.0)
Expand All @@ -37,7 +37,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 14c3954d05ca954ee7b43498def8077cc7495509
revision: e9a88df9e86f6729296e373c01753339638d5067
branch: master
specs:
xcodeproj (1.21.0)
Expand Down Expand Up @@ -110,10 +110,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.11.2)
cocoapods (1.11.3)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.11.2)
cocoapods-core (= 1.11.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -134,7 +134,7 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (5.2.6)
activesupport (5.2.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -178,21 +178,21 @@ GEM
diffy (3.4.0)
docile (1.1.5)
escape (0.0.4)
ethon (0.14.0)
ethon (0.15.0)
ffi (>= 1.15.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
ffi (1.15.4)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
git (1.7.0)
rchardet (~> 1.8)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.8.10)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
inch (0.8.0)
pry
Expand All @@ -202,7 +202,7 @@ GEM
inch_by_inch (1.0.1)
inch (~> 0.8.0)
rake (~> 10.0)
json (2.5.1)
json (2.6.1)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand All @@ -213,7 +213,7 @@ GEM
rb-kqueue (>= 0.2)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.14.4)
minitest (5.15.0)
mocha (1.2.1)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
@@ -1,5 +1,5 @@
module Pod
# The version of the CocoaPods command line tool.
#
VERSION = '1.11.2'.freeze unless defined? Pod::VERSION
VERSION = '1.11.3'.freeze unless defined? Pod::VERSION
end

0 comments on commit b544eb3

Please sign in to comment.