Skip to content

Commit 1b1369e

Browse files
committed
chore(example): update example app
1 parent 72143dd commit 1b1369e

File tree

58 files changed

+4046
-4056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4046
-4056
lines changed

example/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

example/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '2.7.4'
4+
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
6+
gem 'cocoapods', '~> 1.12'

example/Gemfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.5.1)
6+
activesupport (6.1.7.4)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
1111
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
12+
addressable (2.8.4)
13+
public_suffix (>= 2.0.2, < 6.0)
1414
algoliasearch (1.27.5)
1515
httpclient (~> 2.8, >= 2.8.3)
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
1818
claide (1.1.0)
19-
cocoapods (1.11.3)
19+
cocoapods (1.12.1)
2020
addressable (~> 2.8)
2121
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
22+
cocoapods-core (= 1.12.1)
2323
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
24+
cocoapods-downloader (>= 1.6.0, < 2.0)
2525
cocoapods-plugins (>= 1.0.0, < 2.0)
2626
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
27+
cocoapods-trunk (>= 1.6.0, < 2.0)
2828
cocoapods-try (>= 1.1.0, < 2.0)
2929
colored2 (~> 3.1)
3030
escape (~> 0.0.4)
3131
fourflusher (>= 2.3.0, < 3.0)
3232
gh_inspector (~> 1.0)
3333
molinillo (~> 0.8.0)
3434
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
35+
ruby-macho (>= 2.3.0, < 3.0)
3636
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
37+
cocoapods-core (1.12.1)
38+
activesupport (>= 5.0, < 8)
3939
addressable (~> 2.8)
4040
algoliasearch (~> 1.0)
4141
concurrent-ruby (~> 1.1)
@@ -54,19 +54,19 @@ GEM
5454
netrc (~> 0.11)
5555
cocoapods-try (1.2.0)
5656
colored2 (3.1.2)
57-
concurrent-ruby (1.1.10)
57+
concurrent-ruby (1.2.2)
5858
escape (0.0.4)
59-
ethon (0.15.0)
59+
ethon (0.16.0)
6060
ffi (>= 1.15.0)
6161
ffi (1.15.5)
6262
fourflusher (2.3.1)
6363
fuzzy_match (2.0.4)
6464
gh_inspector (1.1.3)
6565
httpclient (2.8.3)
66-
i18n (1.10.0)
66+
i18n (1.14.1)
6767
concurrent-ruby (~> 1.0)
68-
json (2.6.1)
69-
minitest (5.15.0)
68+
json (2.6.3)
69+
minitest (5.18.1)
7070
molinillo (0.8.0)
7171
nanaimo (0.3.0)
7272
nap (1.1.0)
@@ -76,25 +76,25 @@ GEM
7676
ruby-macho (2.5.1)
7777
typhoeus (1.4.0)
7878
ethon (>= 0.9.0)
79-
tzinfo (2.0.4)
79+
tzinfo (2.0.6)
8080
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.21.0)
81+
xcodeproj (1.22.0)
8282
CFPropertyList (>= 2.3.3, < 4.0)
8383
atomos (~> 0.1.3)
8484
claide (>= 1.0.2, < 2.0)
8585
colored2 (~> 3.1)
8686
nanaimo (~> 0.3.0)
8787
rexml (~> 3.2.4)
88-
zeitwerk (2.5.4)
88+
zeitwerk (2.6.8)
8989

9090
PLATFORMS
9191
ruby
9292

9393
DEPENDENCIES
94-
cocoapods (~> 1.11, >= 1.11.2)
94+
cocoapods (~> 1.12)
9595

9696
RUBY VERSION
97-
ruby 2.7.4p191
97+
ruby 2.6.10p210
9898

9999
BUNDLED WITH
100-
2.2.27
100+
1.17.2

0 commit comments

Comments
 (0)