Skip to content

Commit 10773f3

Browse files
authored
Bump Fabric example to 0.77.0 (#3351)
## Description This PR bumps FabricExample app to stable 0.77.0 ## Test plan Run example app on iOS and Android
1 parent 44f6315 commit 10773f3

File tree

5 files changed

+361
-359
lines changed

5 files changed

+361
-359
lines changed

FabricExample/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'

FabricExample/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
netrc (~> 0.11)
5757
cocoapods-try (1.2.0)
5858
colored2 (3.1.2)
59-
concurrent-ruby (1.3.4)
59+
concurrent-ruby (1.3.3)
6060
escape (0.0.4)
6161
ethon (0.16.0)
6262
ffi (>= 1.15.0)
@@ -96,6 +96,7 @@ PLATFORMS
9696
DEPENDENCIES
9797
activesupport (>= 6.1.7.5, < 7.1.0)
9898
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
99+
concurrent-ruby (< 1.3.4)
99100
xcodeproj (< 1.26.0)
100101

101102
RUBY VERSION

0 commit comments

Comments
 (0)