Skip to content

Commit

Permalink
Update rubocop (#196)
Browse files Browse the repository at this point in the history
* Update rubocop-rspec to version 3.0.3

* Resolve conflict

---------

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Konstantin Munteanu <[email protected]>
  • Loading branch information
depfu[bot] and mkon authored Aug 1, 2024
1 parent 7f3e5c8 commit 8219666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
4 changes: 2 additions & 2 deletions db_lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activerecord', '>= 6.1', '< 7.1'

s.add_development_dependency 'rspec', '~> 3.7'
s.add_development_dependency 'rubocop', '1.60.2'
s.add_development_dependency 'rubocop-rspec', '2.26.1'
s.add_development_dependency 'rubocop', '1.61.0'
s.add_development_dependency 'rubocop-rspec', '3.0.3'
s.add_development_dependency 'simplecov'
end

0 comments on commit 8219666

Please sign in to comment.