refactor(added bundler for gemfile)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-20 11:24:09 +02:00
parent ebde1390a8
commit 0e3fbe8f41
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 3.2.2"
gem 'bundler'
gem 'cocoapods', '~> 1.12'
gem 'fastlane'
gem 'dotenv'