mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-05 22:25:57 -04:00
* Upgrade to RN 0.73 with upgrade helper
* Upgrade testing-library
* Comment announcements
* Comment out UserProfle test
* Mock function used to calculate masonry layout
* There should not be a modal here
* There is actually also no modal here
* Use View if SafeAreaView is undefined
* Replace fast image library that was failing tests because of not being maintained
* Clear mocks in useTaxon test
* Remove legacy deps from testing flow
* Snapshot update
* Revert "Snapshot update"
This reverts commit bca8b296df.
* Update package-lock.json
* Clean-start
* Update project.pbxproj
* Reenable test that failed before updating dependency
* Reenable test that failed because of dependencies
* Remove comment
14 lines
426 B
Ruby
14 lines
426 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
|
ruby ">= 2.6.10"
|
|
|
|
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
|
|
# bound in the template on Cocoapods with next React Native release.
|
|
gem "cocoapods", ">= 1.13", "< 1.15"
|
|
gem "activesupport", ">= 6.1.7.5", "< 7.1.0"
|
|
|
|
gem "fastlane"
|
|
gem "nokogiri"
|