Skip to content

Commit eb88fbd

Browse files
authored
Bumped workfow version to 3.7.0 (#269)
Bumped WorkflowSwiftUIExperimental to 0.3 Updated cocoapods
1 parent 1ad9e7c commit eb88fbd

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

Gemfile.lock

+34-24
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,47 @@
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.7.6)
6+
activesupport (7.1.3)
7+
base64
8+
bigdecimal
79
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
connection_pool (>= 2.2.5)
11+
drb
812
i18n (>= 1.6, < 2)
913
minitest (>= 5.1)
14+
mutex_m
1015
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
16+
addressable (2.8.6)
17+
public_suffix (>= 2.0.2, < 6.0)
1418
algoliasearch (1.27.5)
1519
httpclient (~> 2.8, >= 2.8.3)
1620
json (>= 1.5.1)
1721
atomos (0.1.3)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.6)
1824
claide (1.1.0)
19-
cocoapods (1.11.2)
25+
cocoapods (1.15.2)
2026
addressable (~> 2.8)
2127
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
28+
cocoapods-core (= 1.15.2)
2329
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
30+
cocoapods-downloader (>= 2.1, < 3.0)
2531
cocoapods-plugins (>= 1.0.0, < 2.0)
2632
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
33+
cocoapods-trunk (>= 1.6.0, < 2.0)
2834
cocoapods-try (>= 1.1.0, < 2.0)
2935
colored2 (~> 3.1)
3036
escape (~> 0.0.4)
3137
fourflusher (>= 2.3.0, < 3.0)
3238
gh_inspector (~> 1.0)
3339
molinillo (~> 0.8.0)
3440
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
38-
activesupport (>= 5.0, < 7)
41+
ruby-macho (>= 2.3.0, < 3.0)
42+
xcodeproj (>= 1.23.0, < 2.0)
43+
cocoapods-core (1.15.2)
44+
activesupport (>= 5.0, < 8)
3945
addressable (~> 2.8)
4046
algoliasearch (~> 1.0)
4147
concurrent-ruby (~> 1.1)
@@ -46,7 +52,7 @@ GEM
4652
typhoeus (~> 1.0)
4753
cocoapods-deintegrate (1.0.5)
4854
cocoapods-disable-podfile-validations (0.2.0)
49-
cocoapods-downloader (1.6.3)
55+
cocoapods-downloader (2.1)
5056
cocoapods-generate (2.2.3)
5157
cocoapods-disable-podfile-validations (>= 0.1.1, < 0.3.0)
5258
cocoapods-plugins (1.0.0)
@@ -57,38 +63,42 @@ GEM
5763
netrc (~> 0.11)
5864
cocoapods-try (1.2.0)
5965
colored2 (3.1.2)
60-
concurrent-ruby (1.2.2)
66+
concurrent-ruby (1.2.3)
67+
connection_pool (2.4.1)
68+
drb (2.2.0)
69+
ruby2_keywords
6170
escape (0.0.4)
62-
ethon (0.15.0)
71+
ethon (0.16.0)
6372
ffi (>= 1.15.0)
64-
ffi (1.15.5)
73+
ffi (1.16.3)
6574
fourflusher (2.3.1)
6675
fuzzy_match (2.0.4)
6776
gh_inspector (1.1.3)
6877
httpclient (2.8.3)
6978
i18n (1.14.1)
7079
concurrent-ruby (~> 1.0)
71-
json (2.6.1)
72-
minitest (5.19.0)
80+
json (2.7.1)
81+
minitest (5.22.2)
7382
molinillo (0.8.0)
83+
mutex_m (0.2.0)
7484
nanaimo (0.3.0)
7585
nap (1.1.0)
7686
netrc (0.11.0)
77-
public_suffix (4.0.6)
78-
rexml (3.2.5)
87+
public_suffix (4.0.7)
88+
rexml (3.2.6)
7989
ruby-macho (2.5.1)
80-
typhoeus (1.4.0)
90+
ruby2_keywords (0.0.5)
91+
typhoeus (1.4.1)
8192
ethon (>= 0.9.0)
8293
tzinfo (2.0.6)
8394
concurrent-ruby (~> 1.0)
84-
xcodeproj (1.21.0)
95+
xcodeproj (1.24.0)
8596
CFPropertyList (>= 2.3.3, < 4.0)
8697
atomos (~> 0.1.3)
8798
claide (>= 1.0.2, < 2.0)
8899
colored2 (~> 3.1)
89100
nanaimo (~> 0.3.0)
90101
rexml (~> 3.2.4)
91-
zeitwerk (2.6.11)
92102

93103
PLATFORMS
94104
ruby

WorkflowSwiftUIExperimental.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require_relative('version')
22

33
Pod::Spec.new do |s|
44
s.name = 'WorkflowSwiftUIExperimental'
5-
s.version = '0.2'
5+
s.version = '0.3'
66
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
77
s.homepage = 'https://www.github.com/square/workflow-swift'
88
s.license = 'Apache License, Version 2.0'

version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The primary version numbers for Workflow-related pods
44
WORKFLOW_MAJOR_VERSION ||= '3'
5-
WORKFLOW_MINOR_VERSION ||= '6'
5+
WORKFLOW_MINOR_VERSION ||= '7'
66
WORKFLOW_PATCH_VERSION ||= '0'
77
WORKFLOW_VERSION ||= "#{WORKFLOW_MAJOR_VERSION}.#{WORKFLOW_MINOR_VERSION}.#{WORKFLOW_PATCH_VERSION}"
88

0 commit comments

Comments
 (0)