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".
This commit is contained in:
TANIGUCHI Kohei 2022-05-17 00:36:56 +09:00
parent b43b28568f
commit f52c4ffe08
4 changed files with 10 additions and 16 deletions

View file

@ -1,3 +1,3 @@
source 'https://rubygems.org' do
gem 'cocoapods'
end
source 'https://rubygems.org'
gem 'cocoapods'

View file

@ -1,5 +1,5 @@
source 'https://rubygems.org' do
# We need to specify a version including prerelease to pick up prereleases.
# This should pick up all future releases / prereleases.
gem 'cocoapods', '>=1.7.0.beta.1'
end
source 'https://rubygems.org'
# We need to specify a version including prerelease to pick up prereleases.
# This should pick up all future releases / prereleases.
gem 'cocoapods', '>=1.7.0.beta.1'

View file

@ -1,6 +1,3 @@
GEM
specs:
GEM
remote: https://rubygems.org/
specs:
@ -94,7 +91,7 @@ PLATFORMS
ruby
DEPENDENCIES
cocoapods (>= 1.7.0.beta.1)!
cocoapods (>= 1.7.0.beta.1)
BUNDLED WITH
2.2.20

View file

@ -1,6 +1,3 @@
GEM
specs:
GEM
remote: https://rubygems.org/
specs:
@ -94,7 +91,7 @@ PLATFORMS
ruby
DEPENDENCIES
cocoapods!
cocoapods
BUNDLED WITH
2.2.20