Skip to content

Commit a53ed23

Browse files
authored
fix(🍏): bundler dep for 2020-36327 (#2606)
1 parent c4e99e3 commit a53ed23

File tree

3 files changed

+2
-107
lines changed

3 files changed

+2
-107
lines changed

‎apps/fabric/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'bundler', '>= 2.2.18'

‎apps/fabric/Gemfile.lock

Lines changed: 0 additions & 107 deletions
This file was deleted.

‎apps/paper/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'bundler', '>= 2.2.18'

0 commit comments

Comments
 (0)