Skip to content

Commit 0474eb5

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 3463504 + 661a7e3 commit 0474eb5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source "https://rubygems.org"
33

44
#iOS
5-
gem 'cocoapods', '1.11.2'
5+
gem 'cocoapods', '1.11.3'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.4.4)
6+
activesupport (6.1.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -16,10 +16,10 @@ GEM
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
1818
claide (1.1.0)
19-
cocoapods (1.11.2)
19+
cocoapods (1.11.3)
2020
addressable (~> 2.8)
2121
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
22+
cocoapods-core (= 1.11.3)
2323
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2424
cocoapods-downloader (>= 1.4.0, < 2.0)
2525
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -34,7 +34,7 @@ GEM
3434
nap (~> 1.0)
3535
ruby-macho (>= 1.0, < 3.0)
3636
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
37+
cocoapods-core (1.11.3)
3838
activesupport (>= 5.0, < 7)
3939
addressable (~> 2.8)
4040
algoliasearch (~> 1.0)
@@ -54,7 +54,7 @@ GEM
5454
netrc (~> 0.11)
5555
cocoapods-try (1.2.0)
5656
colored2 (3.1.2)
57-
concurrent-ruby (1.1.9)
57+
concurrent-ruby (1.1.10)
5858
escape (0.0.4)
5959
ethon (0.15.0)
6060
ffi (>= 1.15.0)
@@ -63,7 +63,7 @@ GEM
6363
fuzzy_match (2.0.4)
6464
gh_inspector (1.1.3)
6565
httpclient (2.8.3)
66-
i18n (1.9.1)
66+
i18n (1.10.0)
6767
concurrent-ruby (~> 1.0)
6868
json (2.6.1)
6969
minitest (5.15.0)
@@ -91,7 +91,7 @@ PLATFORMS
9191
ruby
9292

9393
DEPENDENCIES
94-
cocoapods (= 1.11.2)
94+
cocoapods (= 1.11.3)
9595

9696
BUNDLED WITH
9797
1.17.3

web3.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'web3.swift'
3-
s.version = '0.9.0'
3+
s.version = '0.9.3'
44
s.license = 'MIT'
55
s.summary = 'Ethereum API for Swift'
66
s.homepage = 'https://github.com/argentlabs/web3.swift'

0 commit comments

Comments
 (0)