Skip to content

Commit 32f2b0c

Browse files
authored
Fix ruby (facebook#48721) (#2340)
1 parent a407795 commit 32f2b0c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ ruby ">= 2.6.10"
55

66
gem 'cocoapods', '~> 1.13'
77
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
8+
gem 'xcodeproj', '< 1.26.0'
9+
gem 'concurrent-ruby', '< 1.3.4'

packages/rn-tester/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ ruby ">= 2.6.10"
88
gem 'cocoapods', '>= 1.13', '< 1.15'
99
gem 'rexml'
1010
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
11+
gem 'xcodeproj', '< 1.26.0'
12+
gem 'concurrent-ruby', '< 1.3.4'

0 commit comments

Comments
 (0)