Skip to content

Commit

Permalink
Bump Fabric example to 0.77.0 (#3351)
Browse files Browse the repository at this point in the history
## Description

This PR bumps FabricExample app to stable 0.77.0

## Test plan

Run example app on iOS and Android
  • Loading branch information
m-bert authored Jan 23, 2025
1 parent 44f6315 commit 10773f3
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 359 deletions.
3 changes: 2 additions & 1 deletion FabricExample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
3 changes: 2 additions & 1 deletion FabricExample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.3)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand Down Expand Up @@ -96,6 +96,7 @@ PLATFORMS
DEPENDENCIES
activesupport (>= 6.1.7.5, < 7.1.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (< 1.3.4)
xcodeproj (< 1.26.0)

RUBY VERSION
Expand Down
Loading

0 comments on commit 10773f3

Please sign in to comment.