From 6ea62fef976aafee5216744daf8d8f2cd1e58edc Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 24 Feb 2019 19:44:21 +0200 Subject: [PATCH] rubocop: fix offences of the Bundler/InsecureProtocolSource cop --- .rubocop_todo.yml | 8 -------- spec/fixtures/Gemfile | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4e074c99..9fd2cec0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 diff --git a/spec/fixtures/Gemfile b/spec/fixtures/Gemfile index 510ccf9f..20b4d4ae 100644 --- a/spec/fixtures/Gemfile +++ b/spec/fixtures/Gemfile @@ -1 +1 @@ -source :rubygems +source 'https://rubygems.org'