Slide 14
Slide 14 text
© Chatwork
Bundlerとは?
14
source "https://rubygems.org"
ruby "2.6.6"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "fastlane", '2.147.0'
gem 'json', '2.3.0'
...
- BundlerがGemfileをみて、Rubyのライブラリのバージョンを管理することが出来るツールです