We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303f937 commit e06162eCopy full SHA for e06162e
example/Gemfile
@@ -7,3 +7,10 @@ ruby ">= 2.6.10"
7
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9
gem 'xcodeproj', '< 1.26.0'
10
+gem 'concurrent-ruby', '< 1.3.4'
11
+
12
+# Ruby 3.4.0 has removed some libraries from the standard library.
13
+gem 'bigdecimal'
14
+gem 'logger'
15
+gem 'benchmark'
16
+gem 'mutex_m'
0 commit comments