Skip to content

Commit 8e09c66

Browse files
authored
Fix ruby (react#48721) (#2338)
1 parent 55cfc7d commit 8e09c66

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
77
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
88
gem 'xcodeproj', '< 1.26.0'
9+
gem 'concurrent-ruby', '< 1.3.4'

packages/helloworld/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ ruby ">= 2.6.10"
55
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
66
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
77
gem 'xcodeproj', '< 1.26.0'
8+
gem 'concurrent-ruby', '< 1.3.4'

packages/rn-tester/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
99
gem 'rexml'
1010
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
1111
gem 'xcodeproj', '< 1.26.0'
12+
gem 'concurrent-ruby', '< 1.3.4'

0 commit comments

Comments
 (0)