Skip to content

Commit

Permalink
Upgraded RuboCop, removed unused K7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 24, 2024
1 parent 71c7c54 commit c0ae2ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-03-30 08:58:43 UTC using RuboCop version 1.56.0.
# on 2024-11-24 21:25:04 UTC using RuboCop version 1.68.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 13
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: SkipBlocks, EnforcedStyle.
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
# SupportedStyles: described_class, explicit
RSpec/DescribedClass:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
gem 'pry'
gem 'rake'
gem 'rspec'
gem 'rubocop', '1.66.1'
gem 'rubocop', '1.68.0'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'vcr'
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion spec/support/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VCR.configure do |config|
config.cassette_library_dir = 'spec/fixtures/strava'
config.hook_into :webmock
config.default_cassette_options = { record: :new_episodes }
# config.default_cassette_options = { record: :new_episodes }
config.configure_rspec_metadata!
config.before_record do |i|
i.request.headers['Authorization'] = ['Bearer access-token'] if ENV.key?('STRAVA_ACCESS_TOKEN')
Expand Down

0 comments on commit c0ae2ef

Please sign in to comment.