mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cda32c3119
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52873 Our tooling detected a vulnerability in HelloWorld's Gemfile. This change fixes them. bypass-github-export-checks ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D79084217 fbshipit-source-id: 7a0c85a0b2e79792c43226f43a19f27414cfee2a
17 lines
385 B
Ruby
17 lines
385 B
Ruby
source 'https://rubygems.org'
|
|
|
|
ruby ">= 2.6.10"
|
|
|
|
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
|
|
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
|
|
gem 'xcodeproj', '< 1.26.0'
|
|
gem 'concurrent-ruby', '<= 1.3.4'
|
|
|
|
# Ruby 3.4.0 has removed some libraries from the standard library.
|
|
gem 'bigdecimal'
|
|
gem 'logger'
|
|
gem 'benchmark'
|
|
gem 'mutex_m'
|
|
gem 'ffi', '>= 1.17.2'
|
|
gem 'rexml', '>= 3.3.9'
|