This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
bundle install creates a .bundle/config file #7042
Comments
Can you please attach the output of |
ping @revolter |
Environment
Bundler Build Metadata
Bundler settings
GemfileGemfile# frozen_string_literal: true
source('https://rubygems.org')
gem 'cocoapods'
gem 'fastlane'
gem 'rubocop', require: false
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path) fastlane/Pluginfile# frozen_string_literal: true
gem 'fastlane-plugin-aws_s3'
gem 'fastlane-plugin-icon_versioning' Gemfile.lock
|
Do you need other info in order to reproduce it? |
Are you running |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently updated Bundler and now, every time I run
bundle install
, it creates this.bundle/config
file in the repo:It was not doing this before.
Bundler version 2.0.1
The text was updated successfully, but these errors were encountered: