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 source 'https://rubygems.org'
gem 'cocoapods'
end gem 'cocoapods'

View file

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

View file

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

View file

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