# 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'