Skip to content

Commit 0d13019

Browse files
authored
Pin concurrent-ruby to fix e2e tests (#100)
1 parent 3398194 commit 0d13019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/Gemfile

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

0 commit comments

Comments
 (0)