mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
69f11cbc1a
Summary: Just got a report that we depend on `activesupport` 6.1.7 which is marked as vulnerable as per CVE-2023-22796 https://github.com/advisories/GHSA-j6gc-792m-qgm2 I'm adding a dep on >= 6.1.7.1 in the Gemfile. Changelog: [Internal] [Changed] - Bump activesupport to 6.1.7.1 to address CVE-2023-22796 Reviewed By: yungsters Differential Revision: D43117034 fbshipit-source-id: 2c925754ca32257c9523d5bd68d6cf3bb3eb31e3
8 lines
247 B
Ruby
8 lines
247 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
|
ruby File.read(File.join(__dir__, '.ruby-version')).strip
|
|
|
|
gem 'cocoapods', '~> 1.11', '>= 1.11.3'
|
|
gem 'activesupport', '>= 6.1.7.1'
|