Skip to content

Commit 01fccf3

Browse files
committed
Update Gemfile
1 parent 39682b8 commit 01fccf3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

TVOSExample/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ 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 'xcodeproj', '< 1.26.0'
109
gem 'concurrent-ruby', '< 1.3.4'
1110

1211
# Ruby 3.4.0 has removed some libraries from the standard library.

TVOSExample/Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GEM
6565
netrc (~> 0.11)
6666
cocoapods-try (1.2.0)
6767
colored2 (3.1.2)
68-
concurrent-ruby (1.3.4)
68+
concurrent-ruby (1.3.3)
6969
connection_pool (2.4.1)
7070
drb (2.2.1)
7171
escape (0.0.4)
@@ -82,6 +82,7 @@ GEM
8282
logger (1.6.1)
8383
minitest (5.25.1)
8484
molinillo (0.8.0)
85+
mutex_m (0.3.0)
8586
nanaimo (0.4.0)
8687
nap (1.1.0)
8788
netrc (0.11.0)
@@ -107,7 +108,12 @@ PLATFORMS
107108

108109
DEPENDENCIES
109110
activesupport (>= 6.1.7.5, != 7.1.0)
111+
benchmark
112+
bigdecimal
110113
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
114+
concurrent-ruby (< 1.3.4)
115+
logger
116+
mutex_m
111117

112118
RUBY VERSION
113119
ruby 3.2.3p157

0 commit comments

Comments
 (0)