BlueWallet/Gemfile

8 lines
228 B
Ruby
Raw Normal View History

2022-02-11 12:47:06 +01:00
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
2023-03-29 21:20:04 +02:00
ruby '>= 2.6.10'
2022-02-11 12:47:06 +01:00
2024-03-01 17:40:04 +01:00
gem 'cocoapods', '>= 1.13', '< 1.15'
2023-11-24 01:29:47 +01:00
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
gem "fastlane"