Skip to content

Commit 8280e5d

Browse files
committed
Bump rubocop from 1.75.6 to 1.75.7
1 parent c5a5488 commit 8280e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :development, :test do
3838
gem 'rspec-rails'
3939
gem 'rspec-rerun'
4040
# Required during CI as well local development
41-
gem 'rubocop', '1.75.6'
41+
gem 'rubocop', '1.75.7'
4242
end
4343

4444
group :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ GEM
523523
rspec-rerun (1.1.0)
524524
rspec (~> 3.0)
525525
rspec-support (3.13.2)
526-
rubocop (1.75.6)
526+
rubocop (1.75.7)
527527
json (~> 2.3)
528528
language_server-protocol (~> 3.17.0.2)
529529
lint_roller (~> 1.1.0)
@@ -633,7 +633,7 @@ DEPENDENCIES
633633
redcarpet
634634
rspec-rails
635635
rspec-rerun
636-
rubocop (= 1.75.6)
636+
rubocop (= 1.75.7)
637637
ruby-prof
638638
simplecov (= 0.18.2)
639639
test-prof

0 commit comments

Comments
 (0)