Skip to content

Commit 203f963

Browse files
committedJan 28, 2025··
#194 rubo up
1 parent aa9ac97 commit 203f963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'minitest-reporters', '1.7.1', require: false
3131
gem 'qbash', '0.3.0', require: false
3232
gem 'rake', '13.2.1', require: false
3333
gem 'redcarpet', '~>3.5'
34-
gem 'rubocop', '1.69.2', require: false
34+
gem 'rubocop', '1.71.0', require: false
3535
gem 'rubocop-minitest', '0.36.0', require: false
3636
gem 'rubocop-performance', '1.23.1', require: false
3737
gem 'rubocop-rspec', '3.4.0', require: false

‎Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GEM
183183
regexp_parser (2.10.0)
184184
retries (0.0.5)
185185
rexml (3.4.0)
186-
rubocop (1.69.2)
186+
rubocop (1.71.0)
187187
json (~> 2.3)
188188
language_server-protocol (>= 3.17.0)
189189
parallel (~> 1.10)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
qbash (= 0.3.0)
265265
rake (= 13.2.1)
266266
redcarpet (~> 3.5)
267-
rubocop (= 1.69.2)
267+
rubocop (= 1.71.0)
268268
rubocop-minitest (= 0.36.0)
269269
rubocop-performance (= 1.23.1)
270270
rubocop-rspec (= 3.4.0)

1 commit comments

Comments
 (1)

0crat commented on Jan 28, 2025

@0crat

@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.