mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
18 lines
370 B
Ruby
18 lines
370 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
ruby file: '.ruby-version'
|
|
|
|
gem 'dotenv', groups: [:bwpm_prod, :bwpm_beta, :bwa_prod]
|
|
gem 'fastlane'
|
|
|
|
# Since ruby 3.4.0 these are not included in the standard library
|
|
gem 'abbrev'
|
|
gem 'logger'
|
|
gem 'mutex_m'
|
|
gem 'csv'
|
|
|
|
# Starting with Ruby 3.5.0, these are not included in the standard library
|
|
gem 'ostruct'
|