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".
main
TANIGUCHI Kohei 2 years ago
parent b43b28568f
commit f52c4ffe08
  1. 6
      pkgs/development/tools/cocoapods/Gemfile
  2. 10
      pkgs/development/tools/cocoapods/Gemfile-beta
  3. 5
      pkgs/development/tools/cocoapods/Gemfile-beta.lock
  4. 5
      pkgs/development/tools/cocoapods/Gemfile.lock

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

@ -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'

@ -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

@ -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

Loading…
Cancel
Save