Skip to content

Commit

Permalink
fix: rubocop >= 1.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpurohit committed Jun 28, 2024
1 parent b5770d6 commit 9d8f944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ gem 'rake', '~> 13.2'
gem 'rspec'
gem 'rspec-benchmark'
gem 'rspec-json_expectations'
gem 'rubocop'
gem 'rubocop', '>= 1.63.3'
gem 'simplecov-lcov', git: 'https://github.com/niteshpurohit/simplecov-lcov'
gemspec
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ DEPENDENCIES
rspec
rspec-benchmark
rspec-json_expectations
rubocop
rubocop (>= 1.63.3)
simplecov-lcov!

BUNDLED WITH
Expand Down

0 comments on commit 9d8f944

Please sign in to comment.