Skip to content

Commit 970dc26

Browse files
Bump cocoapods from 1.16.1 to 1.16.2 in /sample (#175)
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.16.1 to 1.16.2. - [Release notes](https://github.com/CocoaPods/CocoaPods/releases) - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md) - [Commits](CocoaPods/CocoaPods@1.16.1...1.16.2) --- updated-dependencies: - dependency-name: cocoapods dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c61c9ba commit 970dc26

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '1.16.1'
6+
gem 'cocoapods', '1.16.2'
77
gem 'cocoapods-check', '1.1.0'
88
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'

sample/Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ GEM
2323
httpclient (~> 2.8, >= 2.8.3)
2424
json (>= 1.5.1)
2525
atomos (0.1.3)
26-
base64 (0.2.0)
26+
base64 (0.3.0)
2727
benchmark (0.4.1)
2828
bigdecimal (3.2.2)
2929
claide (1.1.0)
30-
cocoapods (1.16.1)
30+
cocoapods (1.16.2)
3131
addressable (~> 2.8)
3232
claide (>= 1.0.2, < 2.0)
33-
cocoapods-core (= 1.16.1)
33+
cocoapods-core (= 1.16.2)
3434
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3535
cocoapods-downloader (>= 2.1, < 3.0)
3636
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -44,10 +44,10 @@ GEM
4444
molinillo (~> 0.8.0)
4545
nap (~> 1.0)
4646
ruby-macho (>= 2.3.0, < 3.0)
47-
xcodeproj (>= 1.26.0, < 2.0)
47+
xcodeproj (>= 1.27.0, < 2.0)
4848
cocoapods-check (1.1.0)
4949
cocoapods (~> 1.0)
50-
cocoapods-core (1.16.1)
50+
cocoapods-core (1.16.2)
5151
activesupport (>= 5.0, < 8)
5252
addressable (~> 2.8)
5353
algoliasearch (~> 1.0)
@@ -73,23 +73,25 @@ GEM
7373
escape (0.0.4)
7474
ethon (0.16.0)
7575
ffi (>= 1.15.0)
76-
ffi (1.17.0)
76+
ffi (1.17.2)
7777
fourflusher (2.3.1)
7878
fuzzy_match (2.0.4)
7979
gh_inspector (1.1.3)
80-
httpclient (2.8.3)
80+
httpclient (2.9.0)
81+
mutex_m
8182
i18n (1.14.7)
8283
concurrent-ruby (~> 1.0)
83-
json (2.8.2)
84+
json (2.12.2)
8485
logger (1.7.0)
8586
minitest (5.25.5)
8687
molinillo (0.8.0)
88+
mutex_m (0.3.0)
8789
nanaimo (0.4.0)
8890
nap (1.1.0)
8991
netrc (0.11.0)
9092
nkf (0.2.0)
9193
public_suffix (4.0.7)
92-
rexml (3.3.9)
94+
rexml (3.4.1)
9395
ruby-macho (2.5.1)
9496
securerandom (0.4.1)
9597
typhoeus (1.4.1)
@@ -109,7 +111,7 @@ PLATFORMS
109111

110112
DEPENDENCIES
111113
activesupport (>= 6.1.7.5, < 7.3.0)
112-
cocoapods (= 1.16.1)
114+
cocoapods (= 1.16.2)
113115
cocoapods-check (= 1.1.0)
114116

115117
RUBY VERSION

0 commit comments

Comments
 (0)