diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-10 17:39:12 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-10 17:39:22 +0800 |
| commit | e4fb9966e762852bf17f21c8406501d42fae0b61 (patch) | |
| tree | 658bbdba977ff7846a17ee94b8ed6b676f6ce9dd /Gemfile | |
Initial commit: iHealth BLE scanner app with patched SDK v1.5.0
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' | ||
