renovate/lib/modules/manager/bundler/__fixtures__/Gemfile.sourceBlockWithNewLines
Rhys Arkins dca3418bbd refactor: lib/modules (#14488)
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00

7 lines
102 B
Text

# frozen_string_literal: true
source 'https://rubygems.org' do
gem 'rubocop'
gem 'brakeman'
end