Skip to content

Commit

Permalink
Fix Rubocop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Mar 8, 2023
1 parent c65d78b commit 9a11adb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ AllCops:
- 'lib/**/*'
Exclude:
- '**/*.xsd'
- 'vendor/**/*.rb'
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ gemspec
gem 'minitest', '~> 5.18', require: false
gem 'mocha', '~> 2.0', require: false
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.45.1'
gem 'rubocop-minitest', '~> 0.22.2'
gem 'rubocop-performance', '~> 1.16.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop', '~> 1.45.1', require: false
gem 'rubocop-minitest', '~> 0.22.2', require: false
gem 'rubocop-performance', '~> 1.16.0', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'simplecov', '~> 0.22', require: false
gem 'simplecov-lcov', '~> 0.8', require: false
gem 'timecop', '~> 0.9', require: false

0 comments on commit 9a11adb

Please sign in to comment.