Skip to content

Commit

Permalink
#194 rubo up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 28, 2025
1 parent aa9ac97 commit 203f963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'minitest-reporters', '1.7.1', require: false
gem 'qbash', '0.3.0', require: false
gem 'rake', '13.2.1', require: false
gem 'redcarpet', '~>3.5'
gem 'rubocop', '1.69.2', require: false
gem 'rubocop', '1.71.0', require: false
gem 'rubocop-minitest', '0.36.0', require: false
gem 'rubocop-performance', '1.23.1', require: false
gem 'rubocop-rspec', '3.4.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
regexp_parser (2.10.0)
retries (0.0.5)
rexml (3.4.0)
rubocop (1.69.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
qbash (= 0.3.0)
rake (= 13.2.1)
redcarpet (~> 3.5)
rubocop (= 1.69.2)
rubocop (= 1.71.0)
rubocop-minitest (= 0.36.0)
rubocop-performance (= 1.23.1)
rubocop-rspec (= 3.4.0)
Expand Down

1 comment on commit 203f963

@0crat
Copy link

@0crat 0crat commented on 203f963 Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -16 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is -224.

Please sign in to comment.