Skip to content

Commit 3e01b59

Browse files
committed
[RN][CircleCI] Fix Ruby for CircleCI
1 parent c7f8898 commit 3e01b59

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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'
77
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
88
gem 'xcodeproj', '< 1.26.0'
9+
gem 'concurrent-ruby', '<= 1.3.4'

packages/react-native/template/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ ruby ">= 2.6.10"
88
gem 'cocoapods', '>= 1.13', '< 1.15'
99
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
1010
gem 'xcodeproj', '< 1.26.0'
11+
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'
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)