Skip to content

Commit

Permalink
Bump rubocop related gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 8, 2024
1 parent bbb41bf commit 026fae2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ group :development, :test do
gem "pry-doc"
gem "pry-rails"
gem "pry-rescue"
gem "rubocop", "~>1.56", require: false
gem "rubocop-performance", "~>1.18.0", require: false
gem "rubocop-rspec", "~>2.23.2", require: false
gem "rubocop", "~>1.59", require: false
gem "rubocop-performance", "~>1.20.0", require: false
gem "rubocop-rspec", "~>2.26", require: false
gem "scss_lint", require: false
gem "spring", "~> 4.0"
end
Expand Down
37 changes: 18 additions & 19 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
package_json (0.1.0)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.24.0)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand Down Expand Up @@ -278,29 +278,28 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.56.0)
base64 (~> 0.1.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -367,7 +366,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webdrivers (5.3.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -409,9 +408,9 @@ DEPENDENCIES
rspec-rails
rspec-retry
rspec_junit_formatter
rubocop (~> 1.56)
rubocop-performance (~> 1.18.0)
rubocop-rspec (~> 2.23.2)
rubocop (~> 1.59)
rubocop-performance (~> 1.20.0)
rubocop-rspec (~> 2.26)
sass-rails (~> 6.0)
scss_lint
sdoc
Expand Down

0 comments on commit 026fae2

Please sign in to comment.