summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..5151523
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,17 @@
1source 'https://rubygems.org'
2
3# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4ruby ">= 2.6.10"
5
6# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9gem 'xcodeproj', '< 1.26.0'
10gem 'concurrent-ruby', '< 1.3.4'
11
12# Ruby 3.4.0 has removed some libraries from the standard library.
13gem 'bigdecimal'
14gem 'logger'
15gem 'benchmark'
16gem 'mutex_m'
17gem 'nkf'