nixpkgs/pkgs/development/tools/cocoapods/Gemfile
TANIGUCHI Kohei f52c4ffe08 cocoapods: fix deprecation about Gemfile
> [DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org".
2022-05-17 00:36:56 +09:00

4 lines
47 B
Ruby

source 'https://rubygems.org'
gem 'cocoapods'