Merge pull request #1940 from pry/rubocop-bundler-insecure-protocol-source

rubocop: fix offences of the Bundler/InsecureProtocolSource cop
This commit is contained in:
Kyrylo Silin 2019-02-24 19:48:38 +02:00 committed by GitHub
commit 11800a5116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -6,14 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/InsecureProtocolSource:
Exclude:
- 'spec/fixtures/Gemfile'
# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec

View File

@ -1 +1 @@
source :rubygems
source 'https://rubygems.org'