File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ gem 'mutex_m'
1010
1111# Exclude problematic versions of cocoapods and activesupport that causes build failures.
1212gem 'cocoapods' , '>= 1.13' , '!= 1.15.0' , '!= 1.15.1'
13- gem 'activesupport' , '>= 6.1.7.5' , '!= 7.1.0 '
13+ gem 'activesupport' , '>= 7.2.3.1 '
1414gem 'xcodeproj' , '< 1.26.0'
1515gem 'concurrent-ruby' , '<= 1.3.4'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ruby ">= 2.6.10"
55
66# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77gem 'cocoapods' , '>= 1.13' , '!= 1.15.0' , '!= 1.15.1'
8- gem 'activesupport' , '>= 6.1.7.5' , '!= 7.1.0 '
8+ gem 'activesupport' , '>= 7.2.3.1 '
99gem 'xcodeproj' , '< 1.26.0'
1010gem 'concurrent-ruby' , '< 1.3.4'
1111
You can’t perform that action at this time.
0 commit comments