Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 2, 2025
1 parent 08f652e commit 03f66e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '7.1.0', require: false
gem 'rubocop', '1.73.1', require: false
gem 'rubocop-minitest', '0.36.0', require: false
gem 'rubocop-performance', '1.23.0', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
gem 'rubocop-rspec', '3.4.0', require: false
gem 'rubocop-rspec', '>0', require: false
gem 'simplecov', '0.22.0', require: false
gem 'simplecov-cobertura', '2.1.0', require: false
gem 'webmock', '3.25.0', require: false
Expand Down
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,20 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-minitest (0.37.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand Down Expand Up @@ -322,10 +325,10 @@ DEPENDENCIES
rake (= 13.2.1)
rspec-rails (= 7.1.0)
rubocop (= 1.73.1)
rubocop-minitest (= 0.36.0)
rubocop-performance (= 1.23.0)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (= 3.4.0)
rubocop-rspec (> 0)
simplecov (= 0.22.0)
simplecov-cobertura (= 2.1.0)
webmock (= 3.25.0)
Expand Down

0 comments on commit 03f66e4

Please sign in to comment.