BlueWallet/Gemfile

10 lines
300 B
Text
Raw Normal View History

2022-02-11 06:47:06 -05:00
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
2024-06-15 15:58:50 -04:00
ruby '>= 2.6.10'
2024-06-15 15:56:19 -04:00
gem 'rubyzip', '2.3.0'
2024-06-15 16:06:32 -04:00
gem "algolia", '2.3.0'
2024-03-01 12:40:04 -04:00
gem 'cocoapods', '>= 1.13', '< 1.15'
2023-11-23 20:29:47 -04:00
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
2024-06-15 16:06:32 -04:00
gem "public_suffix", '4.0'
2023-11-23 20:29:47 -04:00
gem "fastlane"