Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use empty array when
spec_settings
returns nil
If use bundler 1.14.4 with rubygems 2.6.8 and `Bundler.settings["build.#{spec.name}"]` returns `nil` then we get error "can't modify frozen literal string" from rubygems[1]. RubyGems 2.6.8 is the default version for Ruby2.4.0. [1]: https://github.com/rubygems/rubygems/blob/v2.6.8/lib/rubygems/ext/rake_builder.rb#L13 See also ku1ik/rainbow#48
- Loading branch information