Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed Sep 20, 2022
1 parent e23ab0d commit 2fd7a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ AllCops:
Exclude:
- 'spec/dummy/db/schema.rb'
- 'vendor/**/*' # necesssary because GH actions puts gems in here
- 'gemfiles/*'
- 'Appraisals'
2 changes: 1 addition & 1 deletion dfe-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'google-cloud-bigquery', '~> 1.38'
spec.add_dependency 'request_store_rails', '~> 2'

spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'debug', '>= 1.0.0'
spec.add_development_dependency 'gem-release', '~> 2.2'
spec.add_development_dependency 'github_changelog_generator', '~> 1.16'
Expand All @@ -38,6 +39,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'webmock', '~> 3.14'
spec.add_development_dependency 'with_model'
spec.add_development_dependency 'appraisal'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 2fd7a03

Please sign in to comment.