mirror of
https://github.com/bitwarden/android.git
synced 2026-04-26 19:08:37 -05:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com> Co-authored-by: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
8 lines
191 B
Ruby
8 lines
191 B
Ruby
source "https://rubygems.org"
|
|
|
|
ruby '3.3.1'
|
|
gem "fastlane"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|