Skip to content

Commit d7eb290

Browse files
authored
Updated cocoapods to version 1.14 (#27)
* updated cocoapods to version 1.14 * change activesupport version
1 parent b28984f commit d7eb290

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ group :development do
77
gem 'pry'
88
gem 'pry-remote'
99
gem 'rspec_junit_formatter'
10+
gem 'activesupport', '7.0.8'
1011
end

Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-mangle (1.1.3)
5-
cocoapods (~> 1.12.1)
4+
cocoapods-mangle (1.1.4)
5+
cocoapods (~> 1.14)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
CFPropertyList (3.0.6)
1111
rexml
12-
activesupport (7.0.6)
12+
activesupport (7.0.8)
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
1414
i18n (>= 1.6, < 2)
1515
minitest (>= 5.1)
1616
tzinfo (~> 2.0)
17-
addressable (2.8.4)
17+
addressable (2.8.6)
1818
public_suffix (>= 2.0.2, < 6.0)
1919
algoliasearch (1.27.5)
2020
httpclient (~> 2.8, >= 2.8.3)
2121
json (>= 1.5.1)
2222
atomos (0.1.3)
2323
claide (1.1.0)
24-
cocoapods (1.12.1)
24+
cocoapods (1.14.3)
2525
addressable (~> 2.8)
2626
claide (>= 1.0.2, < 2.0)
27-
cocoapods-core (= 1.12.1)
27+
cocoapods-core (= 1.14.3)
2828
cocoapods-deintegrate (>= 1.0.3, < 2.0)
29-
cocoapods-downloader (>= 1.6.0, < 2.0)
29+
cocoapods-downloader (>= 2.1, < 3.0)
3030
cocoapods-plugins (>= 1.0.0, < 2.0)
3131
cocoapods-search (>= 1.0.0, < 2.0)
3232
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -38,8 +38,8 @@ GEM
3838
molinillo (~> 0.8.0)
3939
nap (~> 1.0)
4040
ruby-macho (>= 2.3.0, < 3.0)
41-
xcodeproj (>= 1.21.0, < 2.0)
42-
cocoapods-core (1.12.1)
41+
xcodeproj (>= 1.23.0, < 2.0)
42+
cocoapods-core (1.14.3)
4343
activesupport (>= 5.0, < 8)
4444
addressable (~> 2.8)
4545
algoliasearch (~> 1.0)
@@ -50,7 +50,7 @@ GEM
5050
public_suffix (~> 4.0)
5151
typhoeus (~> 1.0)
5252
cocoapods-deintegrate (1.0.5)
53-
cocoapods-downloader (1.6.3)
53+
cocoapods-downloader (2.1)
5454
cocoapods-plugins (1.0.0)
5555
nap
5656
cocoapods-search (1.0.1)
@@ -60,21 +60,21 @@ GEM
6060
cocoapods-try (1.2.0)
6161
coderay (1.1.3)
6262
colored2 (3.1.2)
63-
concurrent-ruby (1.2.2)
63+
concurrent-ruby (1.2.3)
6464
diff-lcs (1.4.4)
6565
escape (0.0.4)
6666
ethon (0.16.0)
6767
ffi (>= 1.15.0)
68-
ffi (1.15.5)
68+
ffi (1.16.3)
6969
fourflusher (2.3.1)
7070
fuzzy_match (2.0.4)
7171
gh_inspector (1.1.3)
7272
httpclient (2.8.3)
7373
i18n (1.14.1)
7474
concurrent-ruby (~> 1.0)
75-
json (2.6.3)
75+
json (2.7.1)
7676
method_source (1.0.0)
77-
minitest (5.18.1)
77+
minitest (5.21.1)
7878
molinillo (0.8.0)
7979
nanaimo (0.3.0)
8080
nap (1.1.0)
@@ -86,7 +86,7 @@ GEM
8686
pry (~> 0.9)
8787
slop (~> 3.0)
8888
public_suffix (4.0.7)
89-
rexml (3.2.5)
89+
rexml (3.2.6)
9090
rspec (3.9.0)
9191
rspec-core (~> 3.9.0)
9292
rspec-expectations (~> 3.9.0)
@@ -104,11 +104,11 @@ GEM
104104
rspec-core (>= 2, < 4, != 2.12.0)
105105
ruby-macho (2.5.1)
106106
slop (3.6.0)
107-
typhoeus (1.4.0)
107+
typhoeus (1.4.1)
108108
ethon (>= 0.9.0)
109109
tzinfo (2.0.6)
110110
concurrent-ruby (~> 1.0)
111-
xcodeproj (1.22.0)
111+
xcodeproj (1.23.0)
112112
CFPropertyList (>= 2.3.3, < 4.0)
113113
atomos (~> 0.1.3)
114114
claide (>= 1.0.2, < 2.0)
@@ -120,6 +120,7 @@ PLATFORMS
120120
ruby
121121

122122
DEPENDENCIES
123+
activesupport (= 7.0.8)
123124
cocoapods-mangle!
124125
pry
125126
pry-remote

cocoapods-mangle.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.test_files = Dir['spec/**/*.rb']
1818
spec.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
1919
spec.require_paths = ['lib']
20-
spec.add_dependency 'cocoapods', '~> 1.12.1'
20+
spec.add_dependency 'cocoapods', '~> 1.14'
2121
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module CocoapodsMangle
22
NAME = 'cocoapods-mangle'
3-
VERSION = '1.1.3'
3+
VERSION = '1.1.4'
44
end

0 commit comments

Comments
 (0)