diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -0,0 +1,17 @@ | |||
| 1 | source 'https://rubygems.org' | ||
| 2 | |||
| 3 | # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
| 4 | ruby ">= 2.6.10" | ||
| 5 | |||
| 6 | # Exclude problematic versions of cocoapods and activesupport that causes build failures. | ||
| 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' | ||
| 17 | gem 'nkf' | ||
