Skip to content

Commit

Permalink
Fix ruby (facebook#48721) (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Jan 17, 2025
1 parent 4cfaf82 commit bf7e492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
2 changes: 2 additions & 0 deletions packages/helloworld/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ruby ">= 2.6.10"

gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
2 changes: 2 additions & 0 deletions packages/rn-tester/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ruby ">= 2.6.10"
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'rexml'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'

0 comments on commit bf7e492

Please sign in to comment.