Skip to content

Commit e545a40

Browse files
committed
bump rubocop
1 parent 6720083 commit e545a40

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
@@ -322,7 +322,7 @@ group :development, :test do
322322
gem "pry-rescue", "~> 1.6.0"
323323

324324
# ruby linting
325-
gem "rubocop", "~> 1.62.1", require: false
325+
gem "rubocop", "~> 1.63.0", require: false
326326
gem "rubocop-inflector", require: false
327327
gem "rubocop-performance", require: false
328328
gem "rubocop-rails", require: false

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ GEM
973973
rspec-retry (0.6.2)
974974
rspec-core (> 3.3)
975975
rspec-support (3.13.1)
976-
rubocop (1.62.1)
976+
rubocop (1.63.1)
977977
json (~> 2.3)
978978
language_server-protocol (>= 3.17.0)
979979
parallel (~> 1.10)
@@ -1319,7 +1319,7 @@ DEPENDENCIES
13191319
rspec (~> 3.13.0)
13201320
rspec-rails (~> 6.1.0)
13211321
rspec-retry (~> 0.6.1)
1322-
rubocop (~> 1.62.1)
1322+
rubocop (~> 1.63.0)
13231323
rubocop-inflector
13241324
rubocop-performance
13251325
rubocop-rails

0 commit comments

Comments
 (0)