BlueWallet/Gemfile

11 lines
331 B
Ruby
Raw Normal View History

2024-06-15 22:50:19 +02:00
source "https://rubygems.org"
2022-02-11 12:47:06 +01:00
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
2024-06-15 22:55:14 +02:00
ruby "2.6.10"
2024-06-15 22:50:19 +02:00
gem "rubyzip", "2.3.0"
gem "algolia", "2.3.0"
gem "cocoapods", ">= 1.13", "< 1.15"
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
gem "public_suffix", "4.0"
2024-06-15 22:55:14 +02:00
gem "domain_name", "0.5.20190701"
2023-11-24 01:29:47 +01:00
gem "fastlane"