Skip to content

Commit

Permalink
#380 rubocop up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 6, 2022
1 parent 8ebd04c commit 9e2915e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ gem 'pdd', '0.22.0'
gem 'rack', '2.2.4'
gem 'rack-test', '2.0.2'
gem 'rake', '13.0.6', require: false
gem 'rubocop', '1.35.1', require: false
gem 'rubocop-rspec', '2.12.1', require: false
gem 'rubocop', '1.36.0', require: false
gem 'rubocop-rspec', '2.13.2', require: false
gem 'ruby-fann'
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
ffi (~> 1.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rubocop (1.35.1)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -127,8 +127,8 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-rspec (2.12.1)
rubocop (~> 1.31)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-fann (1.3.2)
ruby-filemagic (0.7.3)
ruby-progressbar (1.11.0)
Expand Down Expand Up @@ -207,8 +207,8 @@ DEPENDENCIES
rack (= 2.2.4)
rack-test (= 2.0.2)
rake (= 13.0.6)
rubocop (= 1.35.1)
rubocop-rspec (= 2.12.1)
rubocop (= 1.36.0)
rubocop-rspec (= 2.13.2)
ruby-fann
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit 9e2915e

Please sign in to comment.