BlueWallet/Gemfile

11 lines
409 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-16 16:30:19 +02:00
ruby "3.1.6"
gem 'rubyzip', '2.3.2'
2024-08-29 19:55:53 +02:00
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
2024-10-18 14:17:01 +02:00
gem "fastlane", ">= 2.224.0"
2024-09-01 21:42:03 +02:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)